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

  /external/mesa3d/src/mesa/main/
viewport.c 254 if (ctx->Driver.DepthRange)
255 ctx->Driver.DepthRange(ctx);
279 * "DepthRange sets the depth range for all viewports to the same
291 if (ctx->Driver.DepthRange) {
292 ctx->Driver.DepthRange(ctx);
303 * Update a range DepthRange values
306 * \param count count of DepthRange items to update
331 if (ctx->Driver.DepthRange)
332 ctx->Driver.DepthRange(ctx);
354 if (ctx->Driver.DepthRange)
    [all...]
dd.h 557 void (*DepthRange)(struct gl_context *ctx);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 327 if (ctx->Driver.DepthRange)
328 ctx->Driver.DepthRange(ctx);
radeon_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 137 driver->DepthRange = NULL;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 338 void (GLAPIENTRY * DepthRange)(GLclampd, GLclampd);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 454 /** Called from ctx->Driver.DepthRange() */
    [all...]
i915_state.c 398 * - depthrange
419 /** Called from ctx->Driver.DepthRange() */
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 854 { "glDepthRange", _O(DepthRange) },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 352 #define glDepthRange MANGLE(DepthRange)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 385 #define glDepthRange MANGLE(DepthRange)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 459 #define glDepthRange MANGLE(DepthRange)
    [all...]

Completed in 952 milliseconds