Searched refs:glBlendFuncSeparateiEXT (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31Ext.spec21 void glBlendFuncSeparateiEXT ( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java468 // C function void glBlendFuncSeparateiEXT ( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
470 public static native void glBlendFuncSeparateiEXT( method in class:GLES31Ext
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto737 glBlendFuncSeparateiEXT = 710;
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp682 /* void glBlendFuncSeparateiEXT ( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha ) */
686 glBlendFuncSeparateiEXT(
1354 {"glBlendFuncSeparateiEXT", "(IIIII)V", (void *) android_glBlendFuncSeparateiEXT__IIIII },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1543 const GLMessage_Function GLMessage::glBlendFuncSeparateiEXT; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1891 static const Function glBlendFuncSeparateiEXT = GLMessage_Function_glBlendFuncSeparateiEXT; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp17177 glmsg.set_function(GLMessage::glBlendFuncSeparateiEXT);
17212 glContext->hooks->gl.glBlendFuncSeparateiEXT(buf, srcRGB, dstRGB, srcAlpha, dstAlpha);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h858 GL_APICALL void GL_APIENTRY glBlendFuncSeparateiEXT (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);

Completed in 283 milliseconds