Lines Matching full:param
190 * @param intendedType hint to the graphics subsystem about how the buffer will be used.
191 * @param size minimum size of buffer to return.
192 * @param key Key to be assigned to the buffer.
193 * @param InitializeBufferFn callback with which to initialize the buffer.
204 * @param intendedType hint to the graphics subsystem about what the buffer will be used for.
205 * @param size minimum size of buffer to return.
206 * @param data optional data with which to initialize the buffer.
207 * @param key Key to be assigned to the buffer.
219 * @param pattern the pattern of indices to repeat
220 * @param patternSize size in bytes of the pattern
221 * @param reps number of times to repeat the pattern
222 * @param vertCount number of vertices the pattern references
223 * @param key Key to be assigned to the index buffer.
277 * @param size minimum size of buffer to return.
278 * @param intendedType hint to the graphics subsystem about what the buffer will be used for.
279 * @param GrAccessPattern hint to the graphics subsystem about how the data will be accessed.
280 * @param flags see Flags enum.
281 * @param data optional data with which to initialize the buffer.