Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp31 #define glBlendEquationSeparate glBlendEquationSeparateOES macro
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java129 void glBlendEquationSeparate( in glBlendEquationSeparate() method
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto43 glBlendEquationSeparate = 17; enumerator
/frameworks/base/opengl/java/android/opengl/
DGLErrorWrapper.java1402 public void glBlendEquationSeparate(int modeRGB, int modeAlpha) { in glBlendEquationSeparate() method in GLErrorWrapper
DGLES20.java402 public static native void glBlendEquationSeparate( in glBlendEquationSeparate() method in GLES20
DGLLogWrapper.java3480 public void glBlendEquationSeparate(int modeRGB, int modeAlpha) { in glBlendEquationSeparate() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp849 const GLMessage_Function GLMessage::glBlendEquationSeparate; member in android::gltrace::GLMessage
Dgltrace.pb.h1197 static const Function glBlendEquationSeparate = GLMessage_Function_glBlendEquationSeparate; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1925 public native void glBlendEquationSeparate( in glBlendEquationSeparate() method in GLImpl
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_GLImpl.cpp32 #define glBlendEquationSeparate glBlendEquationSeparateOES macro