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

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp34 #define glBlendEquation glBlendEquationOES macro
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java125 void glBlendEquation( method in interface:GL11ExtensionPack
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java1395 public void glBlendEquation(int mode) { method in class:GLErrorWrapper
1397 mgl11ExtensionPack.glBlendEquation(mode);
H A DGLLogWrapper.java3471 public void glBlendEquation(int mode) { method in class:GLLogWrapper
3472 begin("glBlendEquation");
3475 mgl11ExtensionPack.glBlendEquation(mode);
H A DGLES20.java394 // C function void glBlendEquation ( GLenum mode )
396 public static native void glBlendEquation( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1917 // C function void glBlendEquation ( GLint mode )
1919 public native void glBlendEquation( method in class:GLImpl
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp35 #define glBlendEquation glBlendEquationOES macro
7737 /* void glBlendEquation ( GLint mode ) */
7743 "glBlendEquation");
7746 glBlendEquation(
9307 {"glBlendEquation", "(I)V", (void *) android_glBlendEquation__I },
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h55 #define glBlendEquation wrap_glBlendEquation macro
H A Dgles_undefine.h55 #undef glBlendEquation macro

Completed in 203 milliseconds