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.
53 /** Returns a shader that generates a radial gradient given the center and radius.
55 CreateRadial returns a shader with a reference count of 1.
56 The caller should decrement the shader's reference count when done with the shader.
75 /** Returns a shader that generates a radial gradient given the start position, start radius, end position and end radius.
77 CreateTwoPointRadial returns a shader with a reference count of 1.
78 The caller should decrement the shader's reference count when done with the shader.
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.