Home
last modified time | relevance | path

Searched refs:glBlendFunciEXT (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec20 void glBlendFunciEXT ( GLuint buf, GLenum src, GLenum dst )
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java462 public static native void glBlendFunciEXT( in glBlendFunciEXT() method in GLES31Ext
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto740 glBlendFunciEXT = 711; enumerator
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in244 void API_ENTRY(glBlendFunciEXT)(GLuint buf, GLenum src, GLenum dst) {
245 CALL_GL_API(glBlendFunciEXT, buf, src, dst);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp793 glBlendFunciEXT( in android_glBlendFunciEXT__III()
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h857 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
/frameworks/native/opengl/libs/
Dentries.in44 GL_ENTRY(void, glBlendFunciEXT, GLuint buf, GLenum src, GLenum dst)
Dtrace.in44 TRACE_GL_VOID(glBlendFunciEXT, (GLuint buf, GLenum src, GLenum dst), (buf, src, dst), 3, "GLuint", …
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp17137 glmsg.set_function(GLMessage::glBlendFunciEXT); in GLTrace_glBlendFunciEXT()
17160 glContext->hooks->gl.glBlendFunciEXT(buf, src, dst); in GLTrace_glBlendFunciEXT()
/frameworks/base/api/
Dcurrent.txt22152 method public static void glBlendFunciEXT(int, int, int);
Dsystem-current.txt24096 method public static void glBlendFunciEXT(int, int, int);