OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glDepthFunc
(Results
1 - 25
of
174
) sorted by null
1
2
3
4
5
6
7
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h
45
{"
glDepthFunc
", (void*)
glDepthFunc
},
gl2_client_context.h
45
glDepthFunc_client_proc_t
glDepthFunc
;
254
virtual glDepthFunc_client_proc_t set_glDepthFunc(glDepthFunc_client_proc_t f) { glDepthFunc_client_proc_t retval =
glDepthFunc
;
glDepthFunc
= f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h
72
{"
glDepthFunc
", (void*)
glDepthFunc
},
gl_client_context.h
72
glDepthFunc_client_proc_t
glDepthFunc
;
364
virtual glDepthFunc_client_proc_t set_glDepthFunc(glDepthFunc_client_proc_t f) { glDepthFunc_client_proc_t retval =
glDepthFunc
;
glDepthFunc
= f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h
82
{"
glDepthFunc
", (void *)
glDepthFunc
},
gles_dispatch.h
85
glDepthFunc_t
glDepthFunc
;
357
glDepthFunc_t set_glDepthFunc(glDepthFunc_t f) { glDepthFunc_t retval =
glDepthFunc
;
glDepthFunc
= f; return retval;}
[
all
...]
/frameworks/rs/driver/
rsdProgramStore.cpp
175
RSD_CALL_GL(
glDepthFunc
, drv->depthFunc);
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp
85
LOAD_GL_FUNC(
glDepthFunc
);
GLDispatch.h
62
void (GLAPIENTRY *
glDepthFunc
) (GLenum func);
/external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc
192
glDepthFunc
(depth_func_);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c
152
glDepthFunc
(GL_LESS);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c
152
glDepthFunc
(GL_LESS);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c
152
glDepthFunc
(GL_LESS);
/external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h
48
#define
glDepthFunc
GLES2_GET_FUN(DepthFunc)
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
85
glDepthFunc_t
glDepthFunc
;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c
682
&
glDepthFunc
,
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c
682
&
glDepthFunc
,
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java
184
public void
glDepthFunc
(int func) {
185
mgl.
glDepthFunc
(func);
/frameworks/native/opengl/libs/GLES_trace/
gltrace.proto
99
glDepthFunc
= 73;
/frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec
23
void
glDepthFunc
( GLenum func )
GLES20.spec
35
void
glDepthFunc
( GLenum func )
/external/chromium_org/gpu/command_buffer/service/
context_state_impl_autogen.h
111
glDepthFunc
(depth_func);
/external/qemu/distrib/sdl-1.2.15/test/
testgl.c
604
glDepthFunc
(GL_LESS);
/frameworks/base/opengl/java/android/opengl/
GLES10.java
488
// C function void
glDepthFunc
( GLenum func )
490
public static native void
glDepthFunc
(
[
all
...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java
407
void
glDepthFunc
(
Completed in 499 milliseconds
1
2
3
4
5
6
7