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

  /external/mesa3d/src/mesa/swrast/
s_texture.c 119 /* Compute Width/Height/DepthScale for mipmap lod computation */
124 swImg->DepthScale = 1.0;
129 swImg->DepthScale = (GLfloat) texImage->Depth;
s_context.h 137 GLfloat WidthScale, HeightScale, DepthScale;
s_copypix.c 215 ctx->Pixel.DepthScale == 1.0 &&
227 GLdouble d = depth[i] * ctx->Pixel.DepthScale + ctx->Pixel.DepthBias;
s_drawpix.c 310 = ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0;
556 = ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0;
  /external/mesa3d/src/mesa/main/
pixeltransfer.c 132 const GLfloat scale = ctx->Pixel.DepthScale;
147 const GLdouble scale = ctx->Pixel.DepthScale;
pixel.c 588 if (ctx->Pixel.DepthScale == param)
591 ctx->Pixel.DepthScale = param;
704 ctx->Pixel.DepthScale = 1.0;
readpix.c 65 if (ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0)
604 = ctx->Pixel.DepthScale != 1.0 || ctx->Pixel.DepthBias != 0.0;
texstore.c 1013 const GLuint depthScale = 0xffffffff;
1025 if (ctx->Pixel.DepthScale == 1.0f &&
1048 depthScale, srcType, src, srcPacking);
1063 const GLuint depthScale = 0xffffff;
1078 depthScale, srcType, src, srcPacking);
1093 const GLuint depthScale = 0xffffff;
    [all...]
pack.c     [all...]
mtypes.h 1045 GLfloat DepthBias, DepthScale;
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 756 const GLboolean scaleOrBias = (ctx->Pixel.DepthScale != 1.0F ||
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 118 GLfloat DepthBias, DepthScale;
    [all...]

Completed in 78 milliseconds