HomeSort by relevance Sort by last modified time
    Searched refs:glGetClipPlanexOES_t (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 190 glGetClipPlanexOES_t glGetClipPlanexOES;
gl_proc.h 190 typedef void (GL_APIENTRY *glGetClipPlanexOES_t) (GLenum, GLfixed);
GLDispatch.cpp 207 s_gl.glGetClipPlanexOES = (glGetClipPlanexOES_t) s_gles_lib->findSymbol("glGetClipPlanexOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 190 glGetClipPlanexOES_t glGetClipPlanexOES;
    [all...]
gles_proc.h 190 typedef void (* glGetClipPlanexOES_t) (GLenum, GLfixed*);
gles_dispatch.cpp 192 ptr = dlsym(gles_android,"glGetClipPlanexOES"); disp->set_glGetClipPlanexOES((glGetClipPlanexOES_t)ptr);

Completed in 39 milliseconds