Home
last modified time | relevance | path

Searched refs:glGenTextures (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/libsdl2/libsdl2/
H A D0001-Fix-potential-memory-leak-in-GLES_CreateTextur.patch19 renderdata->glGenTextures(1, &data->texture);
26 return GLES_SetError("glGenTextures()", result);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp88 …#define glGenTextures(...) QOpenGLContext::currentContext()->functions()->glGenTextures(__VA_ARGS_… macro
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_font.c115 glGenTextures(1, &glamor_font->texture_id); in glamor_font_get()
H A Dglamor_fbo.c130 glGenTextures(1, &tex); in _glamor_create_tex()
H A Dglamor_egl.c131 glGenTextures(1, texture); in glamor_create_texture_from_image()
H A Dglamor.c493 glGenTextures(1, &tex); in glamor_add_format()
H A Dglamor_xv.c764 glGenTextures(1, &texture); in glamor_xv_render_dma()
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c473 glGenTextures(1, &texture); in egl_convert_fb()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h488 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c161 glGenTextures(1, &xwl_pixmap->texture); in xwl_glamor_gbm_create_pixmap_for_bo()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp280 MBGL_CHECK_ERROR(glGenTextures(TextureMax, pooledTextures.data())); in createTexture()
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h579 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch.c2605 glGenTextures(n, textures); in __glXDisp_GenTextures()
2631 glGenTextures(n, textures); in __glXDisp_GenTexturesEXT()
H A Dindirect_dispatch_swap.c2890 glGenTextures(n, textures); in __glXDispSwap_GenTextures()
2918 glGenTextures(n, textures); in __glXDispSwap_GenTexturesEXT()
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h579 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
H A Dgl31.h581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
H A Dgl32.h581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h250 glGenTextures(1, &ftex);
/OK3568_Linux_fs/external/xserver/
H A DChangeLog185636 Functions like glGenTextures and glBindTexture are in OpenGL 1.1 and can be