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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 105 LOAD_GL_FUNC(glGetClipPlane);
GLDispatch.h 82 void (GLAPIENTRY *glGetClipPlane) (GLenum plane, GLdouble *equation);
GLEScmImp.cpp 761 ctx->dispatcher().glGetClipPlane(pname,tmpEqn);
771 ctx->dispatcher().glGetClipPlane(pname,tmpEqn);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 696 &glGetClipPlane,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 696 &glGetClipPlane,
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 156 void (GLAPIENTRY *GLDispatch::glGetClipPlane)(GLenum,GLdouble *) = NULL;
409 LOAD_GL_FUNC(glGetClipPlane);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 135 static void (GLAPIENTRY *glGetClipPlane) (GLenum plane, GLdouble *equation);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 106 SDL_PROC_UNUSED(void,glGetClipPlane,(GLenum plane, GLdouble *equation))
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 314 "glGetClipPlane\0"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 784 WINGDIAPI void APIENTRY glGetClipPlane(GLenum plane,GLdouble *equation);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h 819 GLAPI void GLAPIENTRY glGetClipPlane( GLenum plane, GLdouble *equation );
    [all...]
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl.h 818 GLAPI void GLAPIENTRY glGetClipPlane( GLenum plane, GLdouble *equation );
    [all...]
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
gl.h 822 GLAPI void GLAPIENTRY glGetClipPlane( GLenum plane, GLdouble *equation );
    [all...]
gl_mangle.h 563 #define glGetClipPlane MANGLE(GetClipPlane)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h 822 GLAPI void GLAPIENTRY glGetClipPlane( GLenum plane, GLdouble *equation );
    [all...]
gl_mangle.h 563 #define glGetClipPlane MANGLE(GetClipPlane)
    [all...]

Completed in 448 milliseconds