Home
last modified time | relevance | path

Searched refs:GL_OUT_OF_MEMORY (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dgl.cpp24 case GL_OUT_OF_MEMORY: in stringFromError()
/OK3568_Linux_fs/external/xserver/glamor/
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/external/libmali/include/GLES/
H A Dgl.h147 #define GL_OUT_OF_MEMORY 0x0505 macro
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h147 #define GL_OUT_OF_MEMORY 0x0505 macro
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h147 #define GL_OUT_OF_MEMORY 0x0505 macro
H A Dgl31.h149 #define GL_OUT_OF_MEMORY 0x0505 macro
H A Dgl32.h149 #define GL_OUT_OF_MEMORY 0x0505 macro
/OK3568_Linux_fs/external/xserver/
H A DChangeLog3352 GL_OUT_OF_MEMORY error, the `pixmap_priv->fbo` is NULL.
16490 Texture creation in _glamor_create_tex() can fail if a GL_OUT_OF_MEMORY
30507 glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.