Home
last modified time | relevance | path

Searched refs:DepthFunc (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/pixelflinger2/
Dbuffer.cpp25 static void DepthFunc(GGLInterface * iface, GLenum func) in DepthFunc() function
235 iface->DepthFunc = DepthFunc; in InitializeBufferFunctions()
Dpixelflinger2.cpp207 iface->DepthFunc(iface, GL_LESS); in InitializeGGLState()
/external/mesa3d/include/pixelflinger2/
Dpixelflinger2_interface.h183 void (* DepthFunc)(GGLInterface_t * iface, GLenum func); member
/external/mesa3d/test/
Dmain.cpp176 ggl->DepthFunc(ggl, GL_LESS); in test_scan()