Searched refs:glBlendFunciEXT (Results 1 – 11 of 11) 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/GLES_trace/proto/ |
D | gltrace.proto | 740 glBlendFunciEXT = 711; enumerator
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 244 void API_ENTRY(glBlendFunciEXT)(GLuint buf, GLenum src, GLenum dst) { 245 CALL_GL_API(glBlendFunciEXT, buf, src, dst);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 793 glBlendFunciEXT( in android_glBlendFunciEXT__III()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 857 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 44 GL_ENTRY(void, glBlendFunciEXT, GLuint buf, GLenum src, GLenum dst)
|
D | trace.in | 44 TRACE_GL_VOID(glBlendFunciEXT, (GLuint buf, GLenum src, GLenum dst), (buf, src, dst), 3, "GLuint", …
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 17137 glmsg.set_function(GLMessage::glBlendFunciEXT); in GLTrace_glBlendFunciEXT() 17160 glContext->hooks->gl.glBlendFunciEXT(buf, src, dst); in GLTrace_glBlendFunciEXT()
|
/frameworks/base/api/ |
D | current.txt | 22152 method public static void glBlendFunciEXT(int, int, int);
|
D | system-current.txt | 24096 method public static void glBlendFunciEXT(int, int, int);
|