Lines Matching refs:bias
20 float bias = 2.0;
29 color += texture (texSampler1D, coords1D, bias);
32 color += textureProj(texSampler1D, coords2D, bias);
33 color += textureProj(texSampler1D, coords4D, bias);
36 color += texture (texSampler2D, coords2D, bias);
38 color += textureProj (texSampler2D, coords4D, bias);
41 color += texture (texSampler3D, coords3D, bias);
43 color += textureProj (texSampler3D, coords4D, bias);
46 color += texture (texSamplerCube, coords3D, bias);
49 color += texture (shadowSampler1D, coords3D, bias);
51 color += texture (shadowSampler2D, coords3D, bias);
53 color += textureProj (shadowSampler1D, coords4D, bias);
55 color += textureProj (shadowSampler2D, coords4D, bias);