Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc758 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTextureViewOES);
1606 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTextureViewOES); in init_stub_library()
Dstubs_arm64.cc758 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTextureViewOES);
1606 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTextureViewOES); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc758 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTextureViewOES);
1606 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTextureViewOES); in init_stub_library()
Dstubs_arm.cc758 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTextureViewOES);
1606 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTextureViewOES); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h828 #define glTextureViewOES wrap_glTextureViewOES macro
Dgles_undefine.h827 #undef glTextureViewOES
Dgles_stubs.in1246 void API_ENTRY(glTextureViewOES)(GLuint texture, GLenum target, GLuint origtexture, GLenum internal…
1247 …CALL_GL_API(glTextureViewOES, texture, target, origtexture, internalformat, minlevel, numlevels, m…
Dgles_decls.in416 GL_ENTRY(void, glTextureViewOES, GLuint texture, GLenum target, GLuint origtexture, GLenum internal…
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in178 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/
Dentries.in908 GL_ENTRY(void, glTextureViewOES, GLuint texture, GLenum target, GLuint origtexture, GLenum internal…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h734 GL_APICALL void GL_APIENTRY glTextureViewOES (GLuint texture, GLenum target, GLuint origtexture, GL…