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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 73 glClipPlanex_t glClipPlanex;
gl_proc.h 73 typedef void (GL_APIENTRY *glClipPlanex_t) (GLenum, const GLfixed*);
GLDispatch.cpp 90 s_gl.glClipPlanex = (glClipPlanex_t) s_gles_lib->findSymbol("glClipPlanex");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 73 glClipPlanex_t glClipPlanex;
345 glClipPlanex_t set_glClipPlanex(glClipPlanex_t f) { glClipPlanex_t retval = glClipPlanex; glClipPlanex = f; return retval;}
    [all...]
gles_proc.h 73 typedef void (* glClipPlanex_t) (GLenum, const GLfixed*);
gles_dispatch.cpp 75 ptr = dlsym(gles_android,"glClipPlanex"); disp->set_glClipPlanex((glClipPlanex_t)ptr);

Completed in 29 milliseconds