Home
last modified time | relevance | path

Searched defs:glBlendFuncSeparate (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp32 #define glBlendFuncSeparate glBlendFuncSeparateOES macro
/frameworks/base/opengl/libagl2/src/
Dstate.cpp49 void glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) in glBlendFuncSeparate() function
/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddebugger_message.pb.cpp250 const Message_Function Message::glBlendFuncSeparate; member in com::android::glesv2debugger::Message
Ddebugger_message.pb.h324 static const Function glBlendFuncSeparate = Message_Function_glBlendFuncSeparate; variable
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java134 void glBlendFuncSeparate( in glBlendFuncSeparate() method
/frameworks/base/opengl/java/android/opengl/
DGLErrorWrapper.java1409 public void glBlendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, in glBlendFuncSeparate() method in GLErrorWrapper
DGLES20.java412 public static native void glBlendFuncSeparate( in glBlendFuncSeparate() method in GLES20
DGLLogWrapper.java3490 public void glBlendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, in glBlendFuncSeparate() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1931 public native void glBlendFuncSeparate( in glBlendFuncSeparate() method in GLImpl
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_GLImpl.cpp33 #define glBlendFuncSeparate glBlendFuncSeparateOES macro