OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glDepthFunc
(Results
126 - 150
of
174
) sorted by null
1
2
3
4
5
6
7
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h
66
SDL_PROC_UNUSED(void,
glDepthFunc
,(GLenum func))
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp
70
void
glDepthFunc
(GLenum func);
677
void
glDepthFunc
(GLenum func)
680
ctx->
glDepthFunc
(ctx, func);
[
all
...]
/development/ndk/platforms/android-18/include/GLES3/
gl3.h
[
all
...]
/external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h
[
all
...]
/frameworks/native/opengl/include/GLES3/
gl3.h
[
all
...]
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h
[
all
...]
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h
[
all
...]
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java
106
case
glDepthFunc
:
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h
300
"
glDepthFunc
\0"
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java
104
glDepthFunc
(73, 73),
701
case 73: return
glDepthFunc
;
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
512
GL_API void GL_APIENTRY
glDepthFunc
( GLenum func) {
514
ctx->dispatcher().
glDepthFunc
(func);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
512
GL_APICALL void GL_APIENTRY
glDepthFunc
(GLenum func){
514
ctx->dispatcher().
glDepthFunc
(func);
[
all
...]
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java
453
logger.info("GLES20.
glDepthFunc
(GLES20.GL_LEQUAL)");
455
GLES20.
glDepthFunc
(GLES20.GL_LEQUAL);
[
all
...]
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java
474
glDepthFunc
(GL_LEQUAL);
[
all
...]
/frameworks/base/core/jni/
android_opengl_GLES10.cpp
691
/* void
glDepthFunc
( GLenum func ) */
695
glDepthFunc
(
[
all
...]
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp
714
const GLMessage_Function GLMessage::
glDepthFunc
;
[
all
...]
gltrace.pb.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h
277
#define
glDepthFunc
MANGLE(DepthFunc)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h
277
#define
glDepthFunc
MANGLE(DepthFunc)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h
277
#define
glDepthFunc
MANGLE(DepthFunc)
[
all
...]
/external/chromium_org/third_party/mesa/src/include/GL/
gl.h
874
GLAPI void GLAPIENTRY
glDepthFunc
( GLenum func );
[
all
...]
gl_mangle.h
379
#define
glDepthFunc
MANGLE(DepthFunc)
[
all
...]
/external/mesa3d/include/GL/
gl.h
874
GLAPI void GLAPIENTRY
glDepthFunc
( GLenum func );
[
all
...]
Completed in 3390 milliseconds
1
2
3
4
5
6
7