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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 266 glClipPlanexIMG_t glClipPlanexIMG;
gl_proc.h 266 typedef void (GL_APIENTRY *glClipPlanexIMG_t) (GLenum, const GLfixed*);
GLDispatch.cpp 283 s_gl.glClipPlanexIMG = (glClipPlanexIMG_t) s_gles_lib->findSymbol("glClipPlanexIMG");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 266 glClipPlanexIMG_t glClipPlanexIMG;
    [all...]
gles_proc.h 266 typedef void (* glClipPlanexIMG_t) (GLenum, const GLfixed*);
gles_dispatch.cpp 268 ptr = dlsym(gles_android,"glClipPlanexIMG"); disp->set_glClipPlanexIMG((glClipPlanexIMG_t)ptr);

Completed in 42 milliseconds