Searched defs:glBlendFuncSeparate (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp32 #define glBlendFuncSeparate glBlendFuncSeparateOES macro
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java134 void glBlendFuncSeparate( method in interface:GL11ExtensionPack
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java1409 public void glBlendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, method in class:GLErrorWrapper
1412 mgl11ExtensionPack.glBlendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);
H A DGLLogWrapper.java3490 public void glBlendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, method in class:GLLogWrapper
3492 begin("glBlendFuncSeparate");
3498 mgl11ExtensionPack.glBlendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);
H A DGLES20.java414 // C function void glBlendFuncSeparate ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
416 public static native void glBlendFuncSeparate( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1930 // C function void glBlendFuncSeparate ( GLint srcRGB, GLint dstRGB, GLint srcAlpha, GLint dstAlpha )
1932 public native void glBlendFuncSeparate( method in class:GLImpl
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp33 #define glBlendFuncSeparate glBlendFuncSeparateOES macro
7298 /* void glBlendFuncSeparate ( GLint srcRGB, GLint dstRGB, GLint srcAlpha, GLint dstAlpha ) */
7304 "glBlendFuncSeparate");
7307 glBlendFuncSeparate(
8705 {"glBlendFuncSeparate", "(IIII)V", (void *) android_glBlendFuncSeparate__IIII },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp852 const GLMessage_Function GLMessage::glBlendFuncSeparate; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1200 static const Function glBlendFuncSeparate = GLMessage_Function_glBlendFuncSeparate; member in class:android::gltrace::GLMessage

Completed in 279 milliseconds