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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
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...]
  /external/mesa3d/src/mesa/main/
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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c 717 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
718 float_ui32_type constant = { units * depthScale };
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state.c 524 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
525 float_ui32_type constant = { units * depthScale };
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 717 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
718 float_ui32_type constant = { units * depthScale };
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 524 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
525 float_ui32_type constant = { units * depthScale };
    [all...]

Completed in 217 milliseconds