Searched refs:glFramebufferTextureOES (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 266 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureOES); 1114 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureOES); in init_stub_library()
|
D | stubs_arm64.cc | 266 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureOES); 1114 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTextureOES); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 266 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureOES); 1114 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureOES); in init_stub_library()
|
D | stubs_arm.cc | 266 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTextureOES); 1114 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTextureOES); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 290 #define glFramebufferTextureOES wrap_glFramebufferTextureOES macro
|
D | gles_undefine.h | 289 #undef glFramebufferTextureOES
|
D | gles_stubs.in | 1168 void API_ENTRY(glFramebufferTextureOES)(GLenum target, GLenum attachment, GLuint texture, GLint lev… 1169 CALL_GL_API(glFramebufferTextureOES, target, attachment, texture, level);
|
D | gles_decls.in | 390 GL_ENTRY(void, glFramebufferTextureOES, GLenum target, GLenum attachment, GLuint texture, GLint lev…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 100 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/ |
D | entries.in | 297 GL_ENTRY(void, glFramebufferTextureOES, GLenum target, GLenum attachment, GLuint texture, GLint lev…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 399 GL_APICALL void GL_APIENTRY glFramebufferTextureOES (GLenum target, GLenum attachment, GLuint textu…
|