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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto266 glLogicOp = 240;
/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/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.cpp1913 /* void glLogicOp ( GLenum opcode ) */
1917 glLogicOp(
3140 {"glLogicOp", "(I)V", (void *) android_glLogicOp__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp2725 /* void glLogicOp ( GLenum opcode ) */
2729 glLogicOp(
8561 {"glLogicOp", "(I)V", (void *) android_glLogicOp__I },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1072 const GLMessage_Function GLMessage::glLogicOp; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1420 static const Function glLogicOp = GLMessage_Function_glLogicOp; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp25681 glmsg.set_function(GLMessage::glLogicOp);
25692 glContext->hooks->gl.glLogicOp(opcode);
[all...]

Completed in 298 milliseconds