Home
last modified time | relevance | path

Searched refs:glBlendEquationSeparateiOES (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h61 #define glBlendEquationSeparateiOES wrap_glBlendEquationSeparateiOES macro
Dgles_undefine.h61 #undef glBlendEquationSeparateiOES
Dgles_stubs.in1144 void API_ENTRY(glBlendEquationSeparateiOES)(GLuint buf, GLenum modeRGB, GLenum modeAlpha) {
1145 CALL_GL_API(glBlendEquationSeparateiOES, buf, modeRGB, modeAlpha);
Dgles_decls.in382 GL_ENTRY(void, glBlendEquationSeparateiOES, GLuint buf, GLenum modeRGB, GLenum modeAlpha)
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in73 void API_ENTRY(glBlendEquationSeparateiOES)(GLuint buf, GLenum modeRGB, GLenum modeAlpha) {
74 CALL_GL_API(glBlendEquationSeparateiOES, buf, modeRGB, modeAlpha);
/frameworks/native/opengl/libs/
Dentries.in45 GL_ENTRY(void, glBlendEquationSeparateiOES, GLuint buf, GLenum modeRGB, GLenum modeAlpha)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h324 GL_APICALL void GL_APIENTRY glBlendEquationSeparateiOES (GLuint buf, GLenum modeRGB, GLenum modeAlp…