Searched refs:glBlendFunciEXT (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31Ext.spec | 20 void glBlendFunciEXT ( GLuint buf, GLenum src, GLenum dst )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 462 public static native void glBlendFunciEXT( in glBlendFunciEXT() method in GLES31Ext
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 36 glBlendFunciEXT; # introduced=21
|
D | entries.in | 56 GL_ENTRY(void, glBlendFunciEXT, GLuint buf, GLenum src, GLenum dst)
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 72 #define glBlendFunciEXT wrap_glBlendFunciEXT macro
|
D | gles_undefine.h | 72 #undef glBlendFunciEXT
|
D | gles_stubs.in | 1354 void API_ENTRY(glBlendFunciEXT)(GLuint buf, GLenum src, GLenum dst) { 1355 CALL_GL_API(glBlendFunciEXT, buf, src, dst);
|
D | gles_decls.in | 452 GL_ENTRY(void, glBlendFunciEXT, GLuint buf, GLenum src, GLenum dst)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 813 glBlendFunciEXT( in android_glBlendFunciEXT__III()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 409 void API_ENTRY(glBlendFunciEXT)(GLuint buf, GLenum src, GLenum dst) { 410 CALL_GL_API(glBlendFunciEXT, buf, src, dst);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1336 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20919 method public static void glBlendFunciEXT(int, int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 29805 Landroid/opengl/GLES31Ext;->glBlendFunciEXT(III)V
|
/frameworks/base/api/ |
D | current.txt | 31352 method public static void glBlendFunciEXT(int, int, int);
|