Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationiOES);
908 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationiOES); in init_stub_library()
Dstubs_arm64.cc60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationiOES);
908 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationiOES); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationiOES);
908 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationiOES); in init_stub_library()
Dstubs_arm.cc60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationiOES);
908 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationiOES); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h64 #define glBlendEquationiOES wrap_glBlendEquationiOES macro
Dgles_undefine.h64 #undef glBlendEquationiOES
Dgles_stubs.in1141 void API_ENTRY(glBlendEquationiOES)(GLuint buf, GLenum mode) {
1142 CALL_GL_API(glBlendEquationiOES, buf, mode);
Dgles_decls.in381 GL_ENTRY(void, glBlendEquationiOES, GLuint buf, GLenum mode)
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in70 void API_ENTRY(glBlendEquationiOES)(GLuint buf, GLenum mode) {
71 CALL_GL_API(glBlendEquationiOES, buf, mode);
/frameworks/native/opengl/libs/
Dentries.in48 GL_ENTRY(void, glBlendEquationiOES, GLuint buf, GLenum mode)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h323 GL_APICALL void GL_APIENTRY glBlendEquationiOES (GLuint buf, GLenum mode);