Searched refs:glLogicOp (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec60 void glLogicOp ( GLenum opcode )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java837 // C function void glLogicOp ( GLenum opcode )
839 public static native void glLogicOp( method in class:GLES10
H A DGLErrorWrapper.java504 public void glLogicOp(int opcode) { method in class:GLErrorWrapper
506 mgl.glLogicOp(opcode);
H A DGLLogWrapper.java1974 public void glLogicOp(int opcode) { method in class:GLLogWrapper
1975 begin("glLogicOp");
1979 mgl.glLogicOp(opcode);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java647 void glLogicOp( method in interface:GL10
/frameworks/base/opengl/libagl/
H A Dstate.cpp548 void glLogicOp(GLenum opcode) { function
/frameworks/base/opengl/include/GLES/
H A Dgl.h699 GL_API void GL_APIENTRY glLogicOp (GLenum opcode);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java645 // C function void glLogicOp ( GLenum opcode )
647 public native void glLogicOp( method in class:GLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h532 GLAPI void APIENTRY glLogicOp (GLenum opcode);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h243 GL_ENTRY(void, glLogicOp, GLenum opcode)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2333 /* void glLogicOp ( GLenum opcode ) */
2337 glLogicOp(
3477 {"glLogicOp", "(I)V", (void *) android_glLogicOp__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp2459 /* void glLogicOp ( GLenum opcode ) */
2463 glLogicOp(
7351 {"glLogicOp", "(I)V", (void *) android_glLogicOp__I },

Completed in 140 milliseconds