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

  /external/mesa3d/src/mesa/main/
pixeltransfer.c 135 const GLfloat bias = ctx->Pixel.DepthBias;
150 const GLdouble bias = ctx->Pixel.DepthBias * max;
pixel.c 577 if (ctx->Pixel.DepthBias == param)
580 ctx->Pixel.DepthBias = param;
663 ctx->Pixel.DepthBias = 0.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) {
877 ctx->Pixel.DepthBias == 0.0F) {
946 const GLfloat bias = ctx->Pixel.DepthBias;
1027 if (ctx->Pixel.DepthScale != 1.0F || ctx->Pixel.DepthBias != 0.0F) {
    [all...]
texstore.c 834 ctx->Pixel.DepthBias != 0.0f;
    [all...]
mtypes.h 745 GLfloat DepthBias, DepthScale;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11_1.idl 67 INT DepthBias;
d3d10.idl 355 INT DepthBias;
    [all...]
d3d11.idl 637 INT DepthBias;
654 cpp_quote(" DepthBias = D3D11_DEFAULT_DEPTH_BIAS;")
663 cpp_quote(" WINBOOL frontCounterClockwise, INT depthBias, FLOAT depthBiasClamp, FLOAT slopeScaledDepthBias,")
668 cpp_quote(" DepthBias = depthBias;")
    [all...]
d3d11_1.h 101 INT DepthBias;
    [all...]
d3d11.h 891 INT DepthBias;
907 DepthBias = D3D11_DEFAULT_DEPTH_BIAS;
916 WINBOOL frontCounterClockwise, INT depthBias, FLOAT depthBiasClamp, FLOAT slopeScaledDepthBias,
921 DepthBias = depthBias;
    [all...]
d3d10.h 690 INT DepthBias;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 205 ctx->Pixel.DepthBias == 0.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 121 milliseconds