Searched refs:GrVkGpuTextureCommandBuffer (Results 1 – 8 of 8) sorted by relevance
25 class GrVkGpuTextureCommandBuffer : public GrGpuTextureCommandBuffer {27 GrVkGpuTextureCommandBuffer(GrVkGpu* gpu) : fGpu(gpu) {} in GrVkGpuTextureCommandBuffer() function29 ~GrVkGpuTextureCommandBuffer() override;
29 void GrVkGpuTextureCommandBuffer::copy(GrSurface* src, GrSurfaceOrigin srcOrigin, in copy()34 void GrVkGpuTextureCommandBuffer::insertEventMarker(const char* msg) { in insertEventMarker()38 void GrVkGpuTextureCommandBuffer::submit() { in submit()46 GrVkGpuTextureCommandBuffer::~GrVkGpuTextureCommandBuffer() {} in ~GrVkGpuTextureCommandBuffer()
28 class GrVkGpuTextureCommandBuffer; variable300 std::unique_ptr<GrVkGpuTextureCommandBuffer> fCachedTexCommandBuffer;
312 fCachedTexCommandBuffer.reset(new GrVkGpuTextureCommandBuffer(this)); in getCommandBuffer()
30 void GrVkGpuTextureCommandBuffer::copy(GrSurface* src, GrSurfaceOrigin srcOrigin, in copy()35 void GrVkGpuTextureCommandBuffer::insertEventMarker(const char* msg) { in insertEventMarker()39 void GrVkGpuTextureCommandBuffer::submit() { in submit()47 GrVkGpuTextureCommandBuffer::~GrVkGpuTextureCommandBuffer() {} in ~GrVkGpuTextureCommandBuffer()
28 class GrVkGpuTextureCommandBuffer; variable311 std::unique_ptr<GrVkGpuTextureCommandBuffer> fCachedTexCommandBuffer;