Searched refs:glBlendEquationiOES (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationiOES); 908 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationiOES); in init_stub_library()
|
D | stubs_arm64.cc | 60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationiOES); 908 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationiOES); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationiOES); 908 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationiOES); in init_stub_library()
|
D | stubs_arm.cc | 60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationiOES); 908 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationiOES); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 64 #define glBlendEquationiOES wrap_glBlendEquationiOES macro
|
D | gles_undefine.h | 64 #undef glBlendEquationiOES
|
D | gles_stubs.in | 1141 void API_ENTRY(glBlendEquationiOES)(GLuint buf, GLenum mode) { 1142 CALL_GL_API(glBlendEquationiOES, buf, mode);
|
D | gles_decls.in | 381 GL_ENTRY(void, glBlendEquationiOES, GLuint buf, GLenum mode)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 70 void API_ENTRY(glBlendEquationiOES)(GLuint buf, GLenum mode) { 71 CALL_GL_API(glBlendEquationiOES, buf, mode);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 48 GL_ENTRY(void, glBlendEquationiOES, GLuint buf, GLenum mode)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 323 GL_APICALL void GL_APIENTRY glBlendEquationiOES (GLuint buf, GLenum mode);
|