Home | History | Annotate | Download | only in effects

Lines Matching full:shader

24     /** Returns a shader that generates a linear gradient between the two
27 CreateLinear returns a shader with a reference count of 1.
28 The caller should decrement the shader's reference count when done with the shader.
46 /** Returns a shader that generates a radial gradient given the center and radius.
48 CreateRadial returns a shader with a reference count of 1.
49 The caller should decrement the shader's reference count when done with the shader.
68 /** Returns a shader that generates a radial gradient given the start position, start radius, end position and end radius.
70 CreateTwoPointRadial returns a shader with a reference count of 1.
71 The caller should decrement the shader's reference count when done with the shader.
98 * Returns a shader that generates a conical gradient given two circles, or
112 /** Returns a shader that generates a sweep gradient given a center.
114 CreateSweep returns a shader with a reference count of 1.
115 The caller should decrement the shader's reference count when done with the shader.