Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc266 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureOES);
1114 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureOES); in init_stub_library()
Dstubs_arm64.cc266 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureOES);
1114 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureOES); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc266 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureOES);
1114 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureOES); in init_stub_library()
Dstubs_arm.cc266 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureOES);
1114 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureOES); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h290 #define glFramebufferTextureOES wrap_glFramebufferTextureOES macro
Dgles_undefine.h289 #undef glFramebufferTextureOES
Dgles_stubs.in1168 void API_ENTRY(glFramebufferTextureOES)(GLenum target, GLenum attachment, GLuint texture, GLint lev…
1169 CALL_GL_API(glFramebufferTextureOES, target, attachment, texture, level);
Dgles_decls.in390 GL_ENTRY(void, glFramebufferTextureOES, GLenum target, GLenum attachment, GLuint texture, GLint lev…
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in100 void API_ENTRY(glFramebufferTextureOES)(GLenum target, GLenum attachment, GLuint texture, GLint lev…
101 CALL_GL_API(glFramebufferTextureOES, target, attachment, texture, level);
/frameworks/native/opengl/libs/
Dentries.in297 GL_ENTRY(void, glFramebufferTextureOES, GLenum target, GLenum attachment, GLuint texture, GLint lev…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h399 GL_APICALL void GL_APIENTRY glFramebufferTextureOES (GLenum target, GLenum attachment, GLuint textu…