Home
last modified time | relevance | path

Searched refs:glDepthRangef_t (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h28 glDepthRangef_t glDepthRangef;
Dgl_proc.h28 typedef void (GL_APIENTRY *glDepthRangef_t) (GLclampf, GLclampf); typedef
DGLDispatch.cpp45 s_gl.glDepthRangef = (glDepthRangef_t) s_gles_lib->findSymbol("glDepthRangef"); in init_gl_dispatch()