Home
last modified time | relevance | path

Searched refs:DepthBias (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/opengl/mesa/
H A Ddrawpix.c367 bias_or_scale = ctx->Pixel.DepthBias!=0.0 || ctx->Pixel.DepthScale!=1.0; in draw_depth_pixels()
487 if (ctx->Pixel.DepthScale!=1.0 || ctx->Pixel.DepthBias!=0.0) { in draw_depth_pixels()
489 depth[j] = depth[j] * ctx->Pixel.DepthScale + ctx->Pixel.DepthBias; in draw_depth_pixels()
H A Dreadpix.c249 bias_or_scale = ctx->Pixel.DepthBias!=0.0 || ctx->Pixel.DepthScale!=1.0; in read_depth_pixels()
304 d = depth[i] * ctx->Pixel.DepthScale + ctx->Pixel.DepthBias; in read_depth_pixels()
H A Dcopypix.c353 GLfloat d = depth[i] * ctx->Pixel.DepthScale + ctx->Pixel.DepthBias; in copy_depth_pixels()
H A Dget.c270 *params = FLOAT_TO_BOOL(ctx->Pixel.DepthBias); in gl_GetBooleanv()
1033 *params = (GLdouble) ctx->Pixel.DepthBias; in gl_GetDoublev()
1795 *params = (GLfloat) ctx->Pixel.DepthBias; in gl_GetFloatv()
2561 *params = (GLint) ctx->Pixel.DepthBias; in gl_GetIntegerv()
H A Dpixel.c854 ctx->Pixel.DepthBias = param; in gl_PixelTransferf()
H A Dtypes.h813 GLfloat DepthBias, DepthScale; member
H A Dcontext.c721 ctx->Pixel.DepthBias = 0.0; in initialize_context()
/reactos/sdk/include/psdk/
H A Dd3d10.idl355 INT DepthBias;