OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClearDepthf
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/pixelflinger2/
buffer.cpp
129
static void
ClearDepthf
(GGLInterface * iface, GLclampf d)
241
iface->
ClearDepthf
=
ClearDepthf
;
pixelflinger2.cpp
209
iface->
ClearDepthf
(iface, 1.0f);
/frameworks/base/opengl/libagl2/src/
state.cpp
70
ctx->iface->
ClearDepthf
(ctx->iface, depth);
/external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h
192
void (*
ClearDepthf
)(GGLInterface_t * iface, GLclampf d);
/external/mesa3d/test/
cmain.c
293
ggl->
ClearDepthf
(ggl, 0.5f);
main.cpp
262
//ggl->
ClearDepthf
(ggl, pos.z + 0.0001f); // when there is no transform in vs
263
ggl->
ClearDepthf
(ggl, 1);
Completed in 25 milliseconds