MCPcopy Create free account

hub / github.com/chjj/compton / functions

Functions433 in github.com/chjj/compton

Functiongen_box
Build a box blur kernel.
bin/compton-convgen.py:101
Functiongen_gaussian
Build a Gaussian blur kernel.
bin/compton-convgen.py:78
Functionglx_check_err_
* Check for GLX error. * * http://blog.nobel-joergensen.com/2013/01/29/debugging-opengl-using-glgeterror/ */
src/opengl.h:42
Functionglx_cmp_fbconfig_cmpattr
src/opengl.c:688
Functionglx_debug_msg_callback
src/opengl.c:48
Functionglx_mark_
* Add a OpenGL debugging marker. */
src/common.h:2342
Functionglx_render_
* @brief Render a region with texture data. */
src/opengl.c:1425
Functionglx_take_screenshot
* @brief Get tightly packed RGB888 data from GL front buffer. * * Don't expect any sort of decent performance. * * @returns tightly packed RGB888
src/opengl.c:1765
Functionhexdump
* @brief Dump raw bytes in HEX format. * * @param data pointer to raw data * @param len length of data */
src/common.h:2537
Functionmain
* The function that everybody knows. */
src/compton.c:7746
Functionmin_l
* Select the smaller long integer of two. */
src/common.h:1625
Functionparse_long
* Parse a long number. */
src/compton.c:4997
Functionrender_
src/compton.c:1514
Functionreset_enable
* Turn on the program reset flag. * * This will result in compton resetting itself after next paint. */
src/compton.c:7736
Functionsub_unslong
* Subtract two unsigned long values. * * Truncate to 0 if the result is negative. */
src/compton.h:67
Functiontmout_unredir_callback
* Unredirection timeout callback. */
src/compton.c:6820
Functionunmap_callback
src/compton.c:2271
Functionvsync_drm_init
* Initialize DRM VSync. * * @return true for success, false otherwise */
src/compton.c:6253
Functionvsync_opengl_init
* Initialize OpenGL VSync. * * Stolen from: http://git.tuxfamily.org/?p=ccm/cairocompmgr.git;a=commitdiff;h=efa4ceb97da501e8630ca7f12c99b1dce853c73e
src/compton.c:6308
Functionvsync_opengl_mswc_deinit
src/compton.c:6452
Functionvsync_opengl_mswc_init
src/compton.c:6386
Functionvsync_opengl_oml_init
src/compton.c:6333
Functionvsync_opengl_oml_wait
* Wait for next VSync, OpenGL OML method. * * https://mail.gnome.org/archives/clutter-list/2012-November/msg00031.html */
src/compton.c:6434
Functionvsync_opengl_swc_deinit
src/compton.c:6445
Functionvsync_opengl_swc_init
src/compton.c:6358
Functionvsync_opengl_wait
* Wait for next VSync, OpenGL method. */
src/compton.c:6418
Functionwid_get_role
* Get the role of a window from window ID. */
src/compton.c:3690
Functionwin_upd_run
* Process needed window updates. */
src/compton.c:2670
Functionwintype_arr_enable_unset
* Set a <code>switch_t</code> array of all unset wintypes to true. */
src/compton.h:87
Functionwrite_binary_data
* @brief Dump the given data to a file. */
src/common.h:2512
Functionxerror
* Xlib error handler function. */
src/compton.c:3310
Functionxr_sync_
* Synchronizes a X Render drawable to ensure all pending painting requests * are completed. */
src/common.h:2383
Functionxrc_clear_xid
* @brief Clear the XID allocation table. */
src/xrescheck.c:58
← previous401–433 of 433, ranked by callers