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

/frameworks/base/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.java410 // C function void glBlendFuncSeparate ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
412 public static native void glBlendFuncSeparate( method in class:GLES20
/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/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp250 const Message_Function Message::glBlendFuncSeparate; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.h324 static const Function glBlendFuncSeparate = Message_Function_glBlendFuncSeparate; member in class:com::android::glesv2debugger::Message
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp33 #define glBlendFuncSeparate glBlendFuncSeparateOES macro
6252 /* void glBlendFuncSeparate ( GLint srcRGB, GLint dstRGB, GLint srcAlpha, GLint dstAlpha ) */
6258 "glBlendFuncSeparate");
6261 glBlendFuncSeparate(
7495 {"glBlendFuncSeparate", "(IIII)V", (void *) android_glBlendFuncSeparate__IIII },

Completed in 88 milliseconds