Searched refs:GrGLGpuTextureCommandBuffer (Results 1 – 3 of 3) sorted by relevance
20 class GrGLGpuTextureCommandBuffer : public GrGpuTextureCommandBuffer {22 GrGLGpuTextureCommandBuffer(GrGLGpu* gpu) : fGpu(gpu) {} in GrGLGpuTextureCommandBuffer() function
29 class GrGLGpuTextureCommandBuffer; variable630 std::unique_ptr<GrGLGpuTextureCommandBuffer> fCachedTexCommandBuffer;
2439 fCachedTexCommandBuffer.reset(new GrGLGpuTextureCommandBuffer(this)); in getCommandBuffer()