Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h184 glClipPlanexOES_t glClipPlanexOES;
Dgl_proc.h184 typedef void (GL_APIENTRY *glClipPlanexOES_t) (GLenum, const GLfixed*); typedef
DGLDispatch.cpp201 s_gl.glClipPlanexOES = (glClipPlanexOES_t) s_gles_lib->findSymbol("glClipPlanexOES"); in init_gl_dispatch()