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

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 47 void (GLAPIENTRY *glClipPlane) (GLenum plane, const GLdouble *equation);
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 142 void (GLAPIENTRY *GLDispatch::glClipPlane)(GLenum,const GLdouble *) = NULL;
395 LOAD_GL_FUNC(glClipPlane);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 122 static void (GLAPIENTRY *glClipPlane) (GLenum plane, const GLdouble *equation);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 126 #define glClipPlane MANGLE(ClipPlane)
    [all...]

Completed in 239 milliseconds