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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 32 glGetClipPlanef_t glGetClipPlanef;
gl_proc.h 32 typedef void (GL_APIENTRY *glGetClipPlanef_t) (GLenum, GLfloat);
GLDispatch.cpp 49 s_gl.glGetClipPlanef = (glGetClipPlanef_t) s_gles_lib->findSymbol("glGetClipPlanef");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 32 glGetClipPlanef_t glGetClipPlanef;
304 glGetClipPlanef_t set_glGetClipPlanef(glGetClipPlanef_t f) { glGetClipPlanef_t retval = glGetClipPlanef; glGetClipPlanef = f; return retval;}
    [all...]
gles_proc.h 32 typedef void (* glGetClipPlanef_t) (GLenum, GLfloat*);
gles_dispatch.cpp 34 ptr = dlsym(gles_android,"glGetClipPlanef"); disp->set_glGetClipPlanef((glGetClipPlanef_t)ptr);

Completed in 41 milliseconds