Home
last modified time | relevance | path

Searched refs:GrGLGpuRTCommandBuffer (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLGpuCommandBuffer.cpp13 void GrGLGpuRTCommandBuffer::begin() { in begin()
26 void GrGLGpuRTCommandBuffer::set(GrRenderTarget* rt, GrSurfaceOrigin origin, in set()
DGrGLGpuCommandBuffer.h43 class GrGLGpuRTCommandBuffer : public GrGpuRTCommandBuffer {
50 GrGLGpuRTCommandBuffer(GrGLGpu* gpu) : fGpu(gpu) {} in GrGLGpuRTCommandBuffer() function
DGrGLGpu.h28 class GrGLGpuRTCommandBuffer; variable
629 std::unique_ptr<GrGLGpuRTCommandBuffer> fCachedRTCommandBuffer;
DGrGLGpu.cpp2430 fCachedRTCommandBuffer.reset(new GrGLGpuRTCommandBuffer(this)); in getCommandBuffer()