Searched refs:glTextureViewOES (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 758 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTextureViewOES); 1606 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTextureViewOES); in init_stub_library()
|
D | stubs_arm64.cc | 758 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTextureViewOES); 1606 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTextureViewOES); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 758 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTextureViewOES); 1606 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTextureViewOES); in init_stub_library()
|
D | stubs_arm.cc | 758 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTextureViewOES); 1606 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTextureViewOES); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 828 #define glTextureViewOES wrap_glTextureViewOES macro
|
D | gles_undefine.h | 827 #undef glTextureViewOES
|
D | gles_stubs.in | 1246 void API_ENTRY(glTextureViewOES)(GLuint texture, GLenum target, GLuint origtexture, GLenum internal… 1247 …CALL_GL_API(glTextureViewOES, texture, target, origtexture, internalformat, minlevel, numlevels, m…
|
D | gles_decls.in | 416 GL_ENTRY(void, glTextureViewOES, GLuint texture, GLenum target, GLuint origtexture, GLenum internal…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 178 void API_ENTRY(glTextureViewOES)(GLuint texture, GLenum target, GLuint origtexture, GLenum internal… 179 …CALL_GL_API(glTextureViewOES, texture, target, origtexture, internalformat, minlevel, numlevels, m…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 908 GL_ENTRY(void, glTextureViewOES, GLuint texture, GLenum target, GLuint origtexture, GLenum internal…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 734 GL_APICALL void GL_APIENTRY glTextureViewOES (GLuint texture, GLenum target, GLuint origtexture, GL…
|