OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glClearDepthf
(Results
1 - 25
of
157
) sorted by null
1
2
3
4
5
6
7
/external/chromium_org/ui/gl/
gl_implementation_ozone.cc
20
glClearDepthf
(static_cast<GLclampf>(depth));
gl_implementation_android.cc
22
glClearDepthf
(static_cast<GLclampf>(depth));
gl_implementation_x11.cc
25
glClearDepthf
(static_cast<GLclampf>(depth));
gl_implementation_win.cc
40
glClearDepthf
(static_cast<GLclampf>(depth));
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h
28
{"
glClearDepthf
", (void*)
glClearDepthf
},
gl2_client_context.h
28
glClearDepthf_client_proc_t
glClearDepthf
;
237
virtual glClearDepthf_client_proc_t set_glClearDepthf(glClearDepthf_client_proc_t f) { glClearDepthf_client_proc_t retval =
glClearDepthf
;
glClearDepthf
= f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h
13
{"
glClearDepthf
", (void*)
glClearDepthf
},
gl_client_context.h
13
glClearDepthf_client_proc_t
glClearDepthf
;
305
virtual glClearDepthf_client_proc_t set_glClearDepthf(glClearDepthf_client_proc_t f) { glClearDepthf_client_proc_t retval =
glClearDepthf
;
glClearDepthf
= f; return retval;}
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h
22
{"
glClearDepthf
", (void *)
glClearDepthf
},
gles_dispatch.h
25
glClearDepthf_t
glClearDepthf
;
297
glClearDepthf_t set_glClearDepthf(glClearDepthf_t f) { glClearDepthf_t retval =
glClearDepthf
;
glClearDepthf
= f; return retval;}
[
all
...]
/external/chromium_org/third_party/angle/samples/gles2_book/Stencil_Test/
Stencil_Test.c
69
glClearDepthf
( 0.75f );
/external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h
31
#define
glClearDepthf
GLES2_GET_FUN(ClearDepthf)
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc
412
glClearDepthf
(1.0f);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
cube.cc
415
glClearDepthf
(1.0f);
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
25
glClearDepthf_t
glClearDepthf
;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java
113
public void
glClearDepthf
(float depth) {
114
mgl.
glClearDepthf
(depth);
/frameworks/native/opengl/libs/GLES_trace/
gltrace.proto
55
glClearDepthf
= 29;
/frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec
9
void
glClearDepthf
( GLclampf depth )
GLES20.spec
18
void
glClearDepthf
( GLclampf depth )
/frameworks/base/opengl/java/android/opengl/
GLES10.java
331
// C function void
glClearDepthf
( GLclampf depth )
333
public static native void
glClearDepthf
(
[
all
...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java
303
void
glClearDepthf
(
/frameworks/native/opengl/libagl/
state.cpp
589
void
glClearDepthf
(GLclampf depth)
/frameworks/rs/driver/
rsdGL.cpp
527
RSD_CALL_GL(
glClearDepthf
, v);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h
507
#define
glClearDepthf
GLES2_GET_FUN(ClearDepthf)
656
GL_APICALL void GL_APIENTRY
glClearDepthf
(GLclampf depth);
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java
96
public void
glClearDepthf
(float depth) {
97
((GL10)mGL).
glClearDepthf
(depth);
Completed in 479 milliseconds
1
2
3
4
5
6
7