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

  /external/mesa3d/src/mesa/main/
clip.c 94 if (ctx->Driver.ClipPlane)
95 ctx->Driver.ClipPlane( ctx, plane, equation );
attrib.c     [all...]
dd.h 454 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *equation );
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 124 driver->ClipPlane = NULL;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 520 ctx->Driver.ClipPlane = nouveau_clip_plane;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 200 void (GLAPIENTRY * ClipPlane)(GLenum, const GLdouble *);
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 716 { "glClipPlane", _O(ClipPlane) },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c     [all...]
radeon_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c     [all...]
r200_state.c     [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.8/sysroot/usr/include/GL/
gl_mangle.h 165 #define glClipPlane MANGLE(ClipPlane)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 177 #define glClipPlane MANGLE(ClipPlane)
    [all...]

Completed in 77 milliseconds