Searched refs:glBlendEquation (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java125 void glBlendEquation( method in interface:GL11ExtensionPack
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp34 #define glBlendEquation glBlendEquationOES macro
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto43 glBlendEquation = 15;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec9 void glBlendEquation ( GLenum mode )
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp162 void glBlendEquation(GLenum mode) {} function
/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 DGLES20.java394 // C function void glBlendEquation ( GLenum mode )
396 public static native void glBlendEquation( method in class:GLES20
H A DGLLogWrapper.java3471 public void glBlendEquation(int mode) { method in class:GLLogWrapper
3472 begin("glBlendEquation");
3475 mgl11ExtensionPack.glBlendEquation(mode);
/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/native/opengl/include/GLES2/
H A Dgl2.h385 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h385 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
H A Dgl31.h385 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp35 #define glBlendEquation glBlendEquationOES macro
7273 /* void glBlendEquation ( GLint mode ) */
7279 "glBlendEquation");
7282 glBlendEquation(
8707 {"glBlendEquation", "(I)V", (void *) android_glBlendEquation__I },
H A Dandroid_opengl_GLES20.cpp549 /* void glBlendEquation ( GLenum mode ) */
553 glBlendEquation(
6165 {"glBlendEquation", "(I)V", (void *) android_glBlendEquation__I },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp321 glmsg.set_function(GLMessage::glBlendEquation);
332 glContext->hooks->gl.glBlendEquation(mode);
[all...]

Completed in 1440 milliseconds