Searched refs:glBlendFunciEXT (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31Ext.spec20 void glBlendFunciEXT ( GLuint buf, GLenum src, GLenum dst )
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java460 // C function void glBlendFunciEXT ( GLuint buf, GLenum src, GLenum dst )
462 public static native void glBlendFunciEXT( method in class:GLES31Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h72 #define glBlendFunciEXT wrap_glBlendFunciEXT macro
H A Dgles_undefine.h72 #undef glBlendFunciEXT macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp810 /* void glBlendFunciEXT ( GLuint buf, GLenum src, GLenum dst ) */
814 glBlendFunciEXT(
1604 {"glBlendFunciEXT", "(III)V", (void *) android_glBlendFunciEXT__III },
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1243 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);

Completed in 675 milliseconds