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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES32.spec18 void glBlendFunci ( GLuint buf, GLenum src, GLenum dst )
/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java430 // C function void glBlendFunci ( GLuint buf, GLenum src, GLenum dst )
432 public static native void glBlendFunci( method in class:GLES32
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h71 #define glBlendFunci wrap_glBlendFunci macro
H A Dgles_undefine.h71 #undef glBlendFunci macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp813 /* void glBlendFunci ( GLuint buf, GLenum src, GLenum dst ) */
817 glBlendFunci(
2120 {"glBlendFunci", "(III)V", (void *) android_glBlendFunci__III },
/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1795 GL_APICALL void GL_APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);

Completed in 73 milliseconds