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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 102 glGetClipPlanex_t glGetClipPlanex;
gl_proc.h 102 typedef void (GL_APIENTRY *glGetClipPlanex_t) (GLenum, GLfixed);
GLDispatch.cpp 119 s_gl.glGetClipPlanex = (glGetClipPlanex_t) s_gles_lib->findSymbol("glGetClipPlanex");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 102 glGetClipPlanex_t glGetClipPlanex;
374 glGetClipPlanex_t set_glGetClipPlanex(glGetClipPlanex_t f) { glGetClipPlanex_t retval = glGetClipPlanex; glGetClipPlanex = f; return retval;}
    [all...]
gles_proc.h 102 typedef void (* glGetClipPlanex_t) (GLenum, GLfixed*);
gles_dispatch.cpp 104 ptr = dlsym(gles_android,"glGetClipPlanex"); disp->set_glGetClipPlanex((glGetClipPlanex_t)ptr);

Completed in 26 milliseconds