Home | History | Annotate | Download | only in private

Lines Matching full:glsl

16 // Limited set of GLSL versions we build shaders for. Caller should round
17 // down the GLSL version to one of these enums.
20 * Desktop GLSL 1.10 and ES2 shading language (based on desktop GLSL 1.20)
24 * Desktop GLSL 1.30
28 * Desktop GLSL 1.40
32 * Desktop GLSL 1.50
36 * Desktop GLSL 3.30, and ES GLSL 3.00
40 * Desktop GLSL 4.00
44 * Desktop GLSL 4.20
48 * ES GLSL 3.10 only TODO Make GLSLCap objects to make this more granular
52 * ES GLSL 3.20
60 * Adds a line of GLSL code to declare the default precision for float types.
67 * Converts a GrSLPrecision to its corresponding GLSL precision qualifier.
86 * Converts a GrSLType to a string containing the name of the equivalent GLSL type.