Home
last modified time | relevance | path

Searched refs:glClear (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqsgmapboxglnode.cpp104 f->glClear(GL_COLOR_BUFFER_BIT); in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp50 #define glClear(...) QOpenGLContext::currentContext()->functions()->glClear(__VA_ARGS__) macro
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dglwidget.cpp126 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); in paintGL()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0010-HACK-gl-renderer-Support-making-hole-for-surface.patch104 + glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0011-HACK-gl-renderer-Support-making-hole-for-surface.patch104 + glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0011-HACK-gl-renderer-Support-making-hole-for-surface.patch104 + glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_fbo.c253 glClear(GL_COLOR_BUFFER_BIT); in glamor_pixmap_clear_fbo()
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Ddmxwininfo.c432 glClear(GL_COLOR_BUFFER_BIT);
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dglwidget.cpp357 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); in paintGL()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dglwidget.cpp357 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); in paintGL()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dubgears.c283 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); in draw()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h452 GL_API void GL_APIENTRY glClear (GLbitfield mask);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp663 MBGL_CHECK_ERROR(glClear(mask)); in clear()
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h541 GL_APICALL void GL_APIENTRY glClear (GLbitfield mask);
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk+/gtk+3/
H A D0003-Add-disable-opengl-configure-option.patch161 glClear (GL_COLOR_BUFFER_BIT);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h541 GL_APICALL void GL_APIENTRY glClear (GLbitfield mask);
H A Dgl31.h543 GL_APICALL void GL_APIENTRY glClear (GLbitfield mask);
H A Dgl32.h543 GL_APICALL void GL_APIENTRY glClear (GLbitfield mask);
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch.c1146 glClear(*(GLbitfield *) (pc + 0)); in __glXDisp_Clear()
H A Dindirect_dispatch_swap.c1332 glClear((GLbitfield) bswap_CARD32(pc + 0)); in __glXDispSwap_Clear()