HomeSort by relevance Sort by last modified time
    Searched defs:glClipPlane (Results 1 - 7 of 7) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 47 void (GLAPIENTRY *glClipPlane) (GLenum plane, const GLdouble *equation);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 143 void (GLAPIENTRY *GLDispatch::glClipPlane)(GLenum,const GLdouble *) = NULL;
396 LOAD_GL_FUNC(glClipPlane);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 122 static void (GLAPIENTRY *glClipPlane) (GLenum plane, const GLdouble *equation);
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 177 #define glClipPlane MANGLE(ClipPlane)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 177 #define glClipPlane MANGLE(ClipPlane)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
gl_mangle.h 165 #define glClipPlane MANGLE(ClipPlane)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 165 #define glClipPlane MANGLE(ClipPlane)
    [all...]

Completed in 66 milliseconds