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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 184 glClipPlanexOES_t glClipPlanexOES;
gl_proc.h 184 typedef void (GL_APIENTRY *glClipPlanexOES_t) (GLenum, const GLfixed*);
GLDispatch.cpp 201 s_gl.glClipPlanexOES = (glClipPlanexOES_t) s_gles_lib->findSymbol("glClipPlanexOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 184 glClipPlanexOES_t glClipPlanexOES;
    [all...]
gles_proc.h 184 typedef void (* glClipPlanexOES_t) (GLenum, const GLfixed*);
gles_dispatch.cpp 186 ptr = dlsym(gles_android,"glClipPlanexOES"); disp->set_glClipPlanexOES((glClipPlanexOES_t)ptr);

Completed in 29 milliseconds