HomeSort by relevance Sort by last modified time
    Searched refs:glClipPlane (Results 1 - 18 of 18) 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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 587 &glClipPlane,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 587 &glClipPlane,
  /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/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 22 SDL_PROC_UNUSED(void,glClipPlane,(GLenum,const GLdouble*))
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 205 "glClipPlane\0"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 700 WINGDIAPI void APIENTRY glClipPlane(GLenum plane,const GLdouble *equation);
    [all...]