Home | History | Annotate | Download | only in gpu

Lines Matching full:vertex

82     /// @name Vertex Attributes
99 * Sets vertex attributes for next draw. The object driving the templatization
112 * Sets default vertex attributes for next draw. The default is a single attribute:
149 * Helper to save/restore vertex attribs
172 * Accessing positions, local coords, or colors, of a vertex within an array is a hassle
178 * Gets a pointer to a GrPoint of a vertex's position or texture
180 * @param vertices the vertex array
181 * @param vertexIndex the index of the vertex in the array
182 * @param vertexSize the size of each vertex in the array
183 * @param offset the offset in bytes of the vertex component.
184 * Defaults to zero (corresponding to vertex position)
185 * @return pointer to the vertex component as a GrPoint
205 * Gets a pointer to a GrColor inside a vertex within a vertex array.
207 * @param vertexIndex the index of the vertex in the array
208 * @param vertexSize the size of each vertex in the array
209 * @param offset the offset in bytes of the vertex color
210 * @return pointer to the vertex component as a GrColor
307 * coverage is ignored when per-vertex coverage is provided.
327 /// available to it in the fragment and vertex shader (e.g. the vertex position, the dst color,
336 /// per-vertex colors. The input to the first coverage stage is either a constant coverage
337 /// (usually full-coverage) or interpolated per-vertex coverage.
1051 * Sets vertex attributes for next draw.
1053 * @param attribs the array of vertex attributes to set.