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

/frameworks/base/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp30 #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/com/google/android/gles_jni/
H A DGLImpl.java1929 // C function void glBlendFuncSeparate ( GLint srcRGB, GLint dstRGB, GLint srcAlpha, GLint dstAlpha )
1931 public native void glBlendFuncSeparate( method in class:GLImpl
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp31 #define glBlendFuncSeparate glBlendFuncSeparateOES macro
6280 /* void glBlendFuncSeparate ( GLint srcRGB, GLint dstRGB, GLint srcAlpha, GLint dstAlpha ) */
6286 "glBlendFuncSeparate");
6289 glBlendFuncSeparate(
7523 {"glBlendFuncSeparate", "(IIII)V", (void *) android_glBlendFuncSeparate__IIII },
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java410 // C function void glBlendFuncSeparate ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
412 public static native void glBlendFuncSeparate( method in class:GLES20

Completed in 239 milliseconds