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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 26 glClipPlanef_t glClipPlanef;
gl_proc.h 26 typedef void (GL_APIENTRY *glClipPlanef_t) (GLenum, const GLfloat*);
GLDispatch.cpp 43 s_gl.glClipPlanef = (glClipPlanef_t) s_gles_lib->findSymbol("glClipPlanef");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 26 glClipPlanef_t glClipPlanef;
298 glClipPlanef_t set_glClipPlanef(glClipPlanef_t f) { glClipPlanef_t retval = glClipPlanef; glClipPlanef = f; return retval;}
    [all...]
gles_proc.h 26 typedef void (* glClipPlanef_t) (GLenum, const GLfloat*);
gles_dispatch.cpp 28 ptr = dlsym(gles_android,"glClipPlanef"); disp->set_glClipPlanef((glClipPlanef_t)ptr);

Completed in 30 milliseconds