OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glClearDepthx
(Results
1 - 25
of
86
) sorted by null
1
2
3
4
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h
58
{"
glClearDepthx
", (void*)
glClearDepthx
},
gl_client_context.h
58
glClearDepthx_client_proc_t
glClearDepthx
;
350
virtual glClearDepthx_client_proc_t set_glClearDepthx(glClearDepthx_client_proc_t f) { glClearDepthx_client_proc_t retval =
glClearDepthx
;
glClearDepthx
= f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h
67
{"
glClearDepthx
", (void *)
glClearDepthx
},
gles_dispatch.h
70
glClearDepthx_t
glClearDepthx
;
342
glClearDepthx_t set_glClearDepthx(glClearDepthx_t f) { glClearDepthx_t retval =
glClearDepthx
;
glClearDepthx
= f; return retval;}
[
all
...]
gles.cpp
291
void
glClearDepthx
(GLclampx depth)
293
getDispatch()->
glClearDepthx
(depth);
[
all
...]
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
70
glClearDepthx_t
glClearDepthx
;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java
117
public void
glClearDepthx
(int depth) {
118
mgl.
glClearDepthx
(depth);
/frameworks/native/opengl/libs/GLES_trace/
gltrace.proto
57
glClearDepthx
= 31;
/frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec
10
void
glClearDepthx
( GLclampx depth )
/frameworks/base/opengl/java/android/opengl/
GLES10.java
337
// C function void
glClearDepthx
( GLclampx depth )
339
public static native void
glClearDepthx
(
[
all
...]
GLErrorWrapper.java
124
public void
glClearDepthx
(int depth) {
126
mgl.
glClearDepthx
(depth);
[
all
...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java
307
void
glClearDepthx
(
/frameworks/native/opengl/libagl/
state.cpp
584
void
glClearDepthx
(GLclampx depth) {
/external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java
101
public void
glClearDepthx
(int depth) {
102
((GL10)mGL).
glClearDepthx
(depth);
/external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar
/development/ndk/platforms/android-4/include/GLES/
gl.h
642
GL_API void GL_APIENTRY
glClearDepthx
(GLclampx depth);
[
all
...]
/external/chromium_org/third_party/mesa/src/include/GLES/
gl.h
642
GL_API void GL_APIENTRY
glClearDepthx
(GLclampx depth);
[
all
...]
/external/mesa3d/include/GLES/
gl.h
642
GL_API void GL_APIENTRY
glClearDepthx
(GLclampx depth);
[
all
...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java
151
// C function void
glClearDepthx
( GLclampx depth )
153
public native void
glClearDepthx
(
[
all
...]
/frameworks/native/opengl/include/GLES/
gl.h
642
GL_API void GL_APIENTRY
glClearDepthx
(GLclampx depth);
[
all
...]
/frameworks/native/opengl/tests/angeles/include/GLES/
gl.h
482
GLAPI void APIENTRY
glClearDepthx
(GLclampx depth);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h
641
GL_API void GL_APIENTRY
glClearDepthx
(GLclampx depth);
[
all
...]
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h
641
GL_API void GL_APIENTRY
glClearDepthx
(GLclampx depth);
[
all
...]
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h
641
GL_API void GL_APIENTRY
glClearDepthx
(GLclampx depth);
[
all
...]
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h
641
GL_API void GL_APIENTRY
glClearDepthx
(GLclampx depth);
[
all
...]
Completed in 58 milliseconds
1
2
3
4