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.
96 /** Returns a shader that generates a sweep gradient given a center.
98 CreateSweep returns a shader with a reference count of 1.
99 The caller should decrement the shader's reference count when done with the shader.