Searched refs:glBlendEquationSeparateiEXT (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31Ext.spec | 19 void glBlendEquationSeparateiEXT ( GLuint buf, GLenum modeRGB, GLenum modeAlpha )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 454 public static native void glBlendEquationSeparateiEXT( in glBlendEquationSeparateiEXT() method in GLES31Ext
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 28 glBlendEquationSeparateiEXT; # introduced=21
|
D | entries.in | 44 GL_ENTRY(void, glBlendEquationSeparateiEXT, GLuint buf, GLenum modeRGB, GLenum modeAlpha)
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 60 #define glBlendEquationSeparateiEXT wrap_glBlendEquationSeparateiEXT macro
|
D | gles_undefine.h | 60 #undef glBlendEquationSeparateiEXT
|
D | gles_stubs.in | 1351 void API_ENTRY(glBlendEquationSeparateiEXT)(GLuint buf, GLenum modeRGB, GLenum modeAlpha) { 1352 CALL_GL_API(glBlendEquationSeparateiEXT, buf, modeRGB, modeAlpha);
|
D | gles_decls.in | 451 GL_ENTRY(void, glBlendEquationSeparateiEXT, GLuint buf, GLenum modeRGB, GLenum modeAlpha)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 802 glBlendEquationSeparateiEXT( in android_glBlendEquationSeparateiEXT__III()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 406 void API_ENTRY(glBlendEquationSeparateiEXT)(GLuint buf, GLenum modeRGB, GLenum modeAlpha) { 407 CALL_GL_API(glBlendEquationSeparateiEXT, buf, modeRGB, modeAlpha);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1335 GL_APICALL void GL_APIENTRY glBlendEquationSeparateiEXT (GLuint buf, GLenum modeRGB, GLenum modeAlp…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20916 method public static void glBlendEquationSeparateiEXT(int, int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 29804 Landroid/opengl/GLES31Ext;->glBlendEquationSeparateiEXT(III)V
|
/frameworks/base/api/ |
D | current.txt | 31349 method public static void glBlendEquationSeparateiEXT(int, int, int);
|