Searched refs:glTextureStorage1DEXT (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 358 void API_ENTRY(glTextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum interna… 359 CALL_GL_API(glTextureStorage1DEXT, texture, target, levels, internalformat, width);
|
/frameworks/base/libs/hwui/debug/ |
D | unwrap_gles.h | 826 #undef glTextureStorage1DEXT
|
D | wrap_gles.h | 826 #define glTextureStorage1DEXT wrap_glTextureStorage1DEXT macro
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 628 void API_ENTRY(glTextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum interna… 629 CALL_GL_API(glTextureStorage1DEXT, texture, target, levels, internalformat, width);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 1117 GL_API void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 807 GL_ENTRY(void, glTextureStorage1DEXT, GLuint texture, GLenum target, GLsizei levels, GLenum interna…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1861 GL_APICALL void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, G…
|