Home
last modified time | relevance | path

Searched refs:glGetError (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwayland/
H A D0001-Fix-vulkan-buffer-formats-for-GLES2.patch23 if (extraDebug) qDebug() << "bound texture" << Qt::hex << glGetError();
25 if (extraDebug) qDebug() << "glTexStorageMem2DEXT" << Qt::hex << glGetError();
53 if (extraDebug) qDebug() << "bound texture" << texId << Qt::hex << glGetError();
55 if (extraDebug) qDebug() << "glTexStorageMem2DEXT" << Qt::hex << glGetError();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dgl.cpp57 if ((err = glGetError()) != GL_NO_ERROR) { in checkError()
61 while ((err = glGetError()) != GL_NO_ERROR) { in checkError()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/libsdl2/libsdl2/
H A D0001-Fix-potential-memory-leak-in-GLES_CreateTextur.patch20 result = renderdata->glGetError();
30 result = renderdata->glGetError();
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_vbo.c70 assert(glGetError() == GL_NO_ERROR); in glamor_get_vbo_space()
76 if (glGetError() != GL_NO_ERROR) { in glamor_get_vbo_space()
H A Dglamor_font.c157 if (glGetError() == GL_OUT_OF_MEMORY) in glamor_font_get()
H A Dglamor_picture.c369 if (glGetError() == GL_OUT_OF_MEMORY) { in glamor_upload_picture_to_texture()
H A Dglamor_prepare.c124 if (glGetError() == GL_OUT_OF_MEMORY) { in glamor_prep_pixmap_box()
H A Dglamor_fbo.c141 if (glGetError() == GL_OUT_OF_MEMORY) { in _glamor_create_tex()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp95 #define glGetError(...) QOpenGLContext::currentContext()->functions()->glGetError(__VA_ARGS__) macro
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h489 GL_API GLenum GL_APIENTRY glGetError (void);
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h586 GL_APICALL GLenum GL_APIENTRY glGetError (void);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h586 GL_APICALL GLenum GL_APIENTRY glGetError (void);
H A Dgl31.h588 GL_APICALL GLenum GL_APIENTRY glGetError (void);
H A Dgl32.h588 GL_APICALL GLenum GL_APIENTRY glGetError (void);
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch.c1592 retval = glGetError(); in __glXDisp_GetError()
H A Dindirect_dispatch_swap.c1805 retval = glGetError(); in __glXDispSwap_GetError()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog36414 According to Eric Anholt the check for glGetError is not needed here.