Searched refs:glTextureStorage3DEXT (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 364 void API_ENTRY(glTextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum interna… 365 … CALL_GL_API(glTextureStorage3DEXT, texture, target, levels, internalformat, width, height, depth);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 825 #define glTextureStorage3DEXT wrap_glTextureStorage3DEXT macro
|
D | gles_undefine.h | 825 #undef glTextureStorage3DEXT
|
D | gles_stubs.in | 1627 void API_ENTRY(glTextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum interna… 1628 … CALL_GL_API(glTextureStorage3DEXT, texture, target, levels, internalformat, width, height, depth);
|
D | gles_decls.in | 543 GL_ENTRY(void, glTextureStorage3DEXT, GLuint texture, GLenum target, GLsizei levels, GLenum interna…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 634 void API_ENTRY(glTextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum interna… 635 … CALL_GL_API(glTextureStorage3DEXT, texture, target, levels, internalformat, width, height, depth);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 1119 GL_API void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1863 GL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, G…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 809 GL_ENTRY(void, glTextureStorage3DEXT, GLuint texture, GLenum target, GLsizei levels, GLenum interna…
|