Home | History | Annotate | Download | only in src

Lines Matching refs:GrGpu

27 class GrGpu;
30 * A pool of geometry buffers tied to a GrGpu.
71 * Gets the GrGpu that this pool is associated with.
73 GrGpu* getGpu() { return fGpu; }
89 * @param gpu The GrGpu used to create the buffers.
102 GrBufferAllocPool(GrGpu* gpu,
159 // The GrGpu must be able to clear the ref of pools it creates as members
160 friend class GrGpu;
175 GrGpu* fGpu;
199 * @param gpu The GrGpu used to create the vertex buffers.
210 GrVertexBufferAllocPool(GrGpu* gpu,
287 * @param gpu The GrGpu used to create the index buffers.
298 GrIndexBufferAllocPool(GrGpu* gpu,