Searched refs:glDepthRangef_t (Results 1 – 3 of 3) sorted by relevance
28 glDepthRangef_t glDepthRangef;
28 typedef void (GL_APIENTRY *glDepthRangef_t) (GLclampf, GLclampf); typedef
45 s_gl.glDepthRangef = (glDepthRangef_t) s_gles_lib->findSymbol("glDepthRangef"); in init_gl_dispatch()