Lines Matching refs:textureProj
30 color += textureProj(texSampler1D, coords2D);
31 color += textureProj(texSampler1D, coords4D);
32 color += textureProj(texSampler1D, coords2D, bias);
33 color += textureProj(texSampler1D, coords4D, bias);
37 color += textureProj (texSampler2D, coords3D);
38 color += textureProj (texSampler2D, coords4D, bias);
42 color += textureProj (texSampler3D, coords4D);
43 color += textureProj (texSampler3D, coords4D, bias);
52 color += textureProj (shadowSampler1D, coords4D);
53 color += textureProj (shadowSampler1D, coords4D, bias);
54 color += textureProj (shadowSampler2D, coords4D);
55 color += textureProj (shadowSampler2D, coords4D, bias);