Home
last modified time | relevance | path

Searched refs:diffuse (Results 1 – 3 of 3) sorted by relevance

/cts/suite/cts/deviceTests/opengl/assets/fragment/
Dwater31 float diffuse = max(dot(lightVector, normal), 0.0);
33 diffuse = diffuse + 0.025;
34 // Use the diffuse illumination to get final output color.
35 …gl_FragColor = vec4(1.0 - diffuse, 1.0 - diffuse, 1.0, 1.0 - (diffuse * 0.9));// Semi transparent …
Dperspective24 float diffuse = max(dot(lightVector, v_Normal), 0.0);
26 diffuse = diffuse + 0.25;
27 // Multiply the diffuse illumination and texture to get final output color.
28 gl_FragColor = (diffuse * texture2D(u_Texture, v_TexCoordinate));
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dnavier-stokes.js175 function diffuse(b, x, x0, dt) function in FluidField
298 diffuse(0, x0, x, dt );