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

  /external/mesa3d/src/mesa/main/
pixeltransfer.c 134 const GLfloat scale = ctx->Pixel.DepthScale;
149 const GLdouble scale = ctx->Pixel.DepthScale;
pixel.c 571 if (ctx->Pixel.DepthScale == param)
574 ctx->Pixel.DepthScale = param;
664 ctx->Pixel.DepthScale = 1.0;
readpix.c 158 ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f ||
163 return ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f;
271 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F)
817 = ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F;
    [all...]
pack.c 798 if (ctx->Pixel.DepthScale == 1.0F && ctx->Pixel.DepthBias == 0.0F) {
876 ctx->Pixel.DepthScale == 1.0F &&
945 const GLfloat scale = ctx->Pixel.DepthScale;
1027 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F) {
    [all...]
texstore.c 150 const GLuint depthScale = 0xffffffff;
172 depthScale, srcType, src, srcPacking);
187 const GLuint depthScale = 0xffffff;
202 depthScale, srcType, src, srcPacking);
217 const GLuint depthScale = 0xffffff;
234 depthScale, srcType, src, srcPacking);
251 const GLuint depthScale = 0xffff;
266 GL_UNSIGNED_SHORT, dst16, depthScale,
327 const GLuint depthScale = 0xffffff;
372 depthScale,
    [all...]
mtypes.h 745 GLfloat DepthBias, DepthScale;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 137 /* Compute Width/Height/DepthScale for mipmap lod computation */
142 swImg->DepthScale = 1.0;
147 swImg->DepthScale = (GLfloat) texImage->Depth;
s_context.h 138 GLfloat WidthScale, HeightScale, DepthScale;
s_copypix.c 204 ctx->Pixel.DepthScale == 1.0F &&
216 GLdouble d = depth[i] * ctx->Pixel.DepthScale + ctx->Pixel.DepthBias;
s_drawpix.c 312 = ctx->Pixel.DepthScale != 1.0f || ctx->Pixel.DepthBias != 0.0f;
604 = ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F;
  /external/mesa3d/src/mesa/drivers/common/
meta.h 109 GLfloat DepthBias, DepthScale;
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c     [all...]

Completed in 523 milliseconds