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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 70 LOAD_GL_FUNC(glClipPlane);
GLDispatch.h 47 void (GLAPIENTRY *glClipPlane) (GLenum plane, const GLdouble *equation);
GLEScmImp.cpp 399 ctx->dispatcher().glClipPlane(plane,tmpEquation);
408 ctx->dispatcher().glClipPlane(plane,tmpEquation);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 142 void (GLAPIENTRY *GLDispatch::glClipPlane)(GLenum,const GLdouble *) = NULL;
395 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/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 22 SDL_PROC_UNUSED(void,glClipPlane,(GLenum,const GLdouble*))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 126 #define glClipPlane MANGLE(ClipPlane)
    [all...]
gl.h 814 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 126 #define glClipPlane MANGLE(ClipPlane)
    [all...]
gl.h 814 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 126 #define glClipPlane MANGLE(ClipPlane)
    [all...]
gl.h 814 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
    [all...]

Completed in 45 milliseconds