Searched refs:DepthFunc (Results 1 – 4 of 4) sorted by relevance
25 static void DepthFunc(GGLInterface * iface, GLenum func) in DepthFunc() function235 iface->DepthFunc = DepthFunc; in InitializeBufferFunctions()
207 iface->DepthFunc(iface, GL_LESS); in InitializeGGLState()
183 void (* DepthFunc)(GGLInterface_t * iface, GLenum func); member
176 ggl->DepthFunc(ggl, GL_LESS); in test_scan()