Searched refs:glBlendEquationSeparateiOES (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateiOES); 905 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationSeparateiOES); in init_stub_library()
|
D | stubs_arm64.cc | 57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateiOES); 905 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationSeparateiOES); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateiOES); 905 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationSeparateiOES); in init_stub_library()
|
D | stubs_arm.cc | 57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateiOES); 905 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationSeparateiOES); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 61 #define glBlendEquationSeparateiOES wrap_glBlendEquationSeparateiOES macro
|
D | gles_undefine.h | 61 #undef glBlendEquationSeparateiOES
|
D | gles_stubs.in | 1144 void API_ENTRY(glBlendEquationSeparateiOES)(GLuint buf, GLenum modeRGB, GLenum modeAlpha) { 1145 CALL_GL_API(glBlendEquationSeparateiOES, buf, modeRGB, modeAlpha);
|
D | gles_decls.in | 382 GL_ENTRY(void, glBlendEquationSeparateiOES, GLuint buf, GLenum modeRGB, GLenum modeAlpha)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 73 void API_ENTRY(glBlendEquationSeparateiOES)(GLuint buf, GLenum modeRGB, GLenum modeAlpha) { 74 CALL_GL_API(glBlendEquationSeparateiOES, buf, modeRGB, modeAlpha);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 45 GL_ENTRY(void, glBlendEquationSeparateiOES, GLuint buf, GLenum modeRGB, GLenum modeAlpha)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 324 GL_APICALL void GL_APIENTRY glBlendEquationSeparateiOES (GLuint buf, GLenum modeRGB, GLenum modeAlp…
|