OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glLogicOp
(Results
1 - 25
of
104
) sorted by null
1
2
3
4
5
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h
114
{"
glLogicOp
", (void*)
glLogicOp
},
gl_client_context.h
114
glLogicOp_client_proc_t
glLogicOp
;
406
virtual glLogicOp_client_proc_t set_glLogicOp(glLogicOp_client_proc_t f) { glLogicOp_client_proc_t retval =
glLogicOp
;
glLogicOp
= f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h
124
{"
glLogicOp
", (void *)
glLogicOp
},
gles_dispatch.h
127
glLogicOp_t
glLogicOp
;
399
glLogicOp_t set_glLogicOp(glLogicOp_t f) { glLogicOp_t retval =
glLogicOp
;
glLogicOp
= f; return retval;}
[
all
...]
gles.cpp
576
void
glLogicOp
(GLenum opcode)
578
getDispatch()->
glLogicOp
(opcode);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp
129
LOAD_GL_FUNC(
glLogicOp
);
GLDispatch.h
106
void (GLAPIENTRY *
glLogicOp
) (GLenum opcode);
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
127
glLogicOp_t
glLogicOp
;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c
679
&
glLogicOp
,
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c
679
&
glLogicOp
,
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java
394
public void
glLogicOp
(int opcode) {
395
mgl.
glLogicOp
(opcode);
/frameworks/native/opengl/libs/GLES_trace/
gltrace.proto
266
glLogicOp
= 240;
/frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec
60
void
glLogicOp
( GLenum opcode )
/frameworks/base/opengl/java/android/opengl/
GLES10.java
[
all
...]
GLErrorWrapper.java
504
public void
glLogicOp
(int opcode) {
506
mgl.
glLogicOp
(opcode);
[
all
...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java
647
void
glLogicOp
(
/frameworks/native/opengl/libagl/
state.cpp
549
void
glLogicOp
(GLenum opcode) {
/external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java
424
public void
glLogicOp
(int opcode) {
425
((GL10)mGL).
glLogicOp
(opcode);
/external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp
168
void (GLAPIENTRY *GLDispatch::
glLogicOp
)(GLenum) = NULL;
421
LOAD_GL_FUNC(
glLogicOp
);
/development/ndk/platforms/android-4/include/GLES/
gl.h
699
GL_API void GL_APIENTRY
glLogicOp
(GLenum opcode);
[
all
...]
/external/chromium_org/third_party/mesa/src/include/GLES/
gl.h
699
GL_API void GL_APIENTRY
glLogicOp
(GLenum opcode);
[
all
...]
/external/mesa3d/include/GLES/
gl.h
699
GL_API void GL_APIENTRY
glLogicOp
(GLenum opcode);
[
all
...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java
646
// C function void
glLogicOp
( GLenum opcode )
648
public native void
glLogicOp
(
[
all
...]
/frameworks/native/opengl/include/GLES/
gl.h
699
GL_API void GL_APIENTRY
glLogicOp
(GLenum opcode);
[
all
...]
Completed in 85 milliseconds
1
2
3
4
5