Lines Matching full:buffers
20 * A pool of geometry buffers tied to a GrGpu.
24 * it calls unmap on the pool ensure buffers are ready for drawing. The pool
28 * a number of buffers to preallocate can be specified. These will
34 * Ensures all buffers are unmapped and have all data written to them.
35 * Call before drawing using buffers from the pool.
40 * Invalidates all the data in the pool, unrefs non-preallocated buffers.
53 * @param gpu The GrGpu used to create the buffers.
54 * @param bufferType The type of buffers to create.
55 * @param bufferSize The minimum size of created buffers.
118 * A GrBufferAllocPool of vertex buffers
125 * @param gpu The GrGpu used to create the vertex buffers.
160 * A GrBufferAllocPool of index buffers
167 * @param gpu The GrGpu used to create the index buffers.