Lines Matching full:shader
29 /** Returns a shader that generates a linear gradient between the two
32 CreateLinear returns a shader with a reference count of 1.
33 The caller should decrement the shader's reference count when done with the shader.
56 /** Returns a shader that generates a radial gradient given the center and radius.
58 CreateRadial returns a shader with a reference count of 1.
59 The caller should decrement the shader's reference count when done with the shader.
84 * Returns a shader that generates a conical gradient given two circles, or
103 /** Returns a shader that generates a sweep gradient given a center.
105 CreateSweep returns a shader with a reference count of 1.
106 The caller should decrement the shader's reference count when done with the shader.