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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java125 void glBlendEquation( method in interface:GL11ExtensionPack
/frameworks/base/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp30 #define glBlendEquation glBlendEquationOES macro
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec9 void glBlendEquation ( GLenum mode )
/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.java390 // C function void glBlendEquation ( GLenum mode )
392 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/include/GLES2/
H A Dgl2.h482 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1916 // C function void glBlendEquation ( GLint mode )
1918 public native void glBlendEquation( method in class:GLImpl
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h321 static const Function glBlendEquation = Message_Function_glBlendEquation; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp151 dbg->hooks->gl.glBlendEquation(
H A Ddebugger_message.pb.cpp247 const Message_Function Message::glBlendEquation; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp214 _c->glBlendEquation(mode);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h18 GL_ENTRY(void, glBlendEquation, GLenum mode )
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp31 #define glBlendEquation glBlendEquationOES macro
6223 /* void glBlendEquation ( GLint mode ) */
6229 "glBlendEquation");
6232 glBlendEquation(
7493 {"glBlendEquation", "(I)V", (void *) android_glBlendEquation__I },
H A Dandroid_opengl_GLES20.cpp226 /* void glBlendEquation ( GLenum mode ) */
230 glBlendEquation(
4880 {"glBlendEquation", "(I)V", (void *) android_glBlendEquation__I },
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp219 glBlendEquation(GL_FUNC_ADD);

Completed in 166 milliseconds