Home
last modified time | relevance | path

Searched refs:glFlush (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp80 #define glFlush(...) QOpenGLContext::currentContext()->functions()->glFlush(__VA_ARGS__) macro
/OK3568_Linux_fs/external/xserver/glx/
H A Dsingle2swap.c245 glFlush(); in __glXDispSwap_Flush()
H A Dsingle2.c225 glFlush(); in __glXDisp_Flush()
H A Dglxext.c116 glFlush(); in DrawableGone()
H A Dglxcmds.c618 glFlush(); in xorgGlxMakeCurrent()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c280 glFlush(); in glamor_block_handler()
287 glFlush(); in glamor_block_handler()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h479 GL_API void GL_APIENTRY glFlush (void);
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h571 GL_APICALL void GL_APIENTRY glFlush (void);
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk+/gtk+3/
H A D0003-Add-disable-opengl-configure-option.patch165 glFlush ();
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h571 GL_APICALL void GL_APIENTRY glFlush (void);
H A Dgl31.h573 GL_APICALL void GL_APIENTRY glFlush (void);
H A Dgl32.h573 GL_APICALL void GL_APIENTRY glFlush (void);
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_Developer_Guide_RGA_CN.md2245 > 其他API 将 形参sync 设置为0时,使能异步调用模式,效果相当于opengl中的 glFlush,如果进一步调用imsync 可以达到glFinish的效果。
H A DRockchip_Developer_Guide_RGA_EN.md2239 > Other API enable asynchronous call mode when sync is set to 0, which is equivalent to glFlush in …
/OK3568_Linux_fs/external/xserver/
H A DChangeLog13695 which case it would need to manually emit glFlush when the client
24469 flushing work after glamor has called glFlush.
30435 glamor: No need to glFlush before destroying a pixmap.
33388 This extension allows clients to opt out of the implicit glFlush on
43942 glamor: sync_fence_set_triggered should use glFlush, not glFinish
43944 I intended to use glFlush all along, but somehow managed to type
43945 glFinish instead. glFlush is sufficient (for a single-queue GPU) to
46573 avoid the glFlush() (and the rest of the overhead) that occurs on all
55550 Add glFinish after glFlush.
55784 we must call glFlush to make sure the operation on that
[all …]