Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrGpu

16 class GrGpu;
19 * A pool of geometry buffers tied to a GrGpu.
59 * Gets the GrGpu that this pool is associated with.
61 GrGpu* getGpu() { return fGpu; }
77 * @param gpu The GrGpu used to create the buffers.
90 GrBufferAllocPool(GrGpu* gpu,
147 // The GrGpu must be able to clear the ref of pools it creates as members
148 friend class GrGpu;
165 GrGpu* fGpu;
191 * @param gpu The GrGpu used to create the vertex buffers.
202 GrVertexBufferAllocPool(GrGpu* gpu,
279 * @param gpu The GrGpu used to create the index buffers.
290 GrIndexBufferAllocPool(GrGpu* gpu,