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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec60 void glLogicOp ( GLenum opcode )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java821 // C function void glLogicOp ( GLenum opcode )
823 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/native/opengl/libagl/
H A Dstate.cpp549 void glLogicOp(GLenum opcode) { function
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h532 #define glLogicOp wrap_glLogicOp macro
H A Dgles_undefine.h532 #undef glLogicOp macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java646 // C function void glLogicOp ( GLenum opcode )
648 public native void glLogicOp( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h699 GL_API void GL_APIENTRY glLogicOp (GLenum opcode);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h532 GLAPI void APIENTRY glLogicOp (GLenum opcode);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2161 /* void glLogicOp ( GLenum opcode ) */
2165 glLogicOp(
3484 {"glLogicOp", "(I)V", (void *) android_glLogicOp__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp2853 /* void glLogicOp ( GLenum opcode ) */
2857 glLogicOp(
9165 {"glLogicOp", "(I)V", (void *) android_glLogicOp__I },

Completed in 2450 milliseconds