OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DepthRangef
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp
32
static void
DepthRangef
(GGLInterface * iface, GLclampf zNear, GLclampf zFar)
191
iface->
DepthRangef
=
DepthRangef
;
/external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h
171
void (*
DepthRangef
)(GGLInterface_t * iface, GLclampf zNear, GLclampf zFar);
/external/mesa3d/test/
main.cpp
178
ggl->
DepthRangef
(ggl, 0.0f, 1.0f);
Completed in 29 milliseconds