Lines Matching full:shader
31 /** Returns a shader that generates a linear gradient between the two
34 CreateLinear returns a shader with a reference count of 1.
35 The caller should decrement the shader's reference count when done with the shader.
54 /** Returns a shader that generates a radial gradient given the center and radius.
56 CreateRadial returns a shader with a reference count of 1.
57 The caller should decrement the shader's reference count when done with the shader.
77 /** Returns a shader that generates a radial gradient given the start position, start radius, end position and end radius.
79 CreateTwoPointRadial returns a shader with a reference count of 1.
80 The caller should decrement the shader's reference count when done with the shader.
108 * Returns a shader that generates a conical gradient given two circles, or
123 /** Returns a shader that generates a sweep gradient given a center.
125 CreateSweep returns a shader with a reference count of 1.
126 The caller should decrement the shader's reference count when done with the shader.