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
74
) sorted by null
1
2
3
/development/tools/emulator/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
...]
gles.cpp
66
void
glClearDepthf
(GLclampf depth)
68
getDispatch()->
glClearDepthf
(depth);
[
all
...]
/frameworks/base/opengl/libagl2/src/
state.cpp
67
void
glClearDepthf
(GLclampf depth)
/development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerState.java
72
lastSetter.put(Function.
glClearDepthf
.getNumber(), null);
101
case
glClearDepthf
:
DebuggerMessage.java
47
glClearDepthf
(17, 17),
245
case 17: return
glClearDepthf
;
[
all
...]
MessageParser.java
211
case
glClearDepthf
:
[
all
...]
/external/quake/quake/src/WinQuake/
glquake.h
286
#define
glClearDepthf
(...) do {
glClearDepthf
(__VA_ARGS__); GLCHECK("
glClearDepthf
");} while(0)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java
72
lastSetter.put(Function.
glClearDepthf
.getNumber(), null);
101
case
glClearDepthf
:
DebuggerMessage.java
47
glClearDepthf
(17, 17),
245
case 17: return
glClearDepthf
;
[
all
...]
/development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
25
glClearDepthf_t
glClearDepthf
;
GLDispatch.cpp
48
s_gl.
glClearDepthf
= (glClearDepthf_t) s_gles_lib->findSymbol("
glClearDepthf
");
/frameworks/base/libs/rs/
rsScriptC_LibGL.cpp
264
RSD_CALL_GL(
glClearDepthf
, v);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java
113
public void
glClearDepthf
(float depth) {
114
mgl.
glClearDepthf
(depth);
/frameworks/base/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
...]
GLErrorWrapper.java
118
public void
glClearDepthf
(float depth) {
120
mgl.
glClearDepthf
(depth);
[
all
...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java
303
void
glClearDepthf
(
/frameworks/base/opengl/libagl/
state.cpp
588
void
glClearDepthf
(GLclampf depth)
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java
71
public void
glClearDepthf
(
/development/ndk/platforms/android-4/include/GLES/
gl.h
594
GL_API void GL_APIENTRY
glClearDepthf
(GLclampf depth);
[
all
...]
/development/ndk/platforms/android-5/include/GLES2/
gl2.h
490
GL_APICALL void GL_APIENTRY
glClearDepthf
(GLclampf depth);
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h
595
GL_API void GL_APIENTRY
glClearDepthf
(GLclampf depth);
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h
491
GL_APICALL void GL_APIENTRY
glClearDepthf
(GLclampf depth);
Completed in 134 milliseconds
1
2
3