Searched refs:GrGLGpuRTCommandBuffer (Results 1 – 4 of 4) sorted by relevance
13 void GrGLGpuRTCommandBuffer::begin() { in begin()26 void GrGLGpuRTCommandBuffer::set(GrRenderTarget* rt, GrSurfaceOrigin origin, in set()
43 class GrGLGpuRTCommandBuffer : public GrGpuRTCommandBuffer {50 GrGLGpuRTCommandBuffer(GrGLGpu* gpu) : fGpu(gpu) {} in GrGLGpuRTCommandBuffer() function
28 class GrGLGpuRTCommandBuffer; variable629 std::unique_ptr<GrGLGpuRTCommandBuffer> fCachedRTCommandBuffer;
2430 fCachedRTCommandBuffer.reset(new GrGLGpuRTCommandBuffer(this)); in getCommandBuffer()