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

  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 263 {"glClipPlanexIMG", (void *)glClipPlanexIMG},
gles_dispatch.h 266 glClipPlanexIMG_t glClipPlanexIMG;
    [all...]
gles.cpp 1271 void glClipPlanexIMG(GLenum p, const GLfixed *eqn)
1273 getDispatch()->glClipPlanexIMG(p, eqn);
    [all...]
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 266 glClipPlanexIMG_t glClipPlanexIMG;
GLDispatch.cpp 289 s_gl.glClipPlanexIMG = (glClipPlanexIMG_t) s_gles_lib->findSymbol("glClipPlanexIMG");
  /development/ndk/platforms/android-4/include/GLES/
glext.h     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
glext.h     [all...]
  /frameworks/base/opengl/include/GLES/
glext.h     [all...]
  /frameworks/base/opengl/libs/
glesv2dbg_functions.h 43 GL_ENTRY(void, glClipPlanexIMG, GLenum p, const GLfixed *eqn)

Completed in 26 milliseconds