Searched refs:glBlendFunciOES (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | unwrap_gles.h | 76 #undef glBlendFunciOES
|
D | wrap_gles.h | 76 #define glBlendFunciOES wrap_glBlendFunciOES macro
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 73 void API_ENTRY(glBlendFunciOES)(GLuint buf, GLenum src, GLenum dst) { 74 CALL_GL_API(glBlendFunciOES, buf, src, dst);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 57 GL_ENTRY(void, glBlendFunciOES, GLuint buf, GLenum src, GLenum dst)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 317 GL_APICALL void GL_APIENTRY glBlendFunciOES (GLuint buf, GLenum src, GLenum dst);
|