Searched refs:glBlendEquationSeparateiOES (Results 1 – 7 of 7) sorted by relevance
/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…
|