Home
last modified time | relevance | path

Searched refs:GrVkGpuTextureCommandBuffer (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.h25 class GrVkGpuTextureCommandBuffer : public GrGpuTextureCommandBuffer {
27 GrVkGpuTextureCommandBuffer(GrVkGpu* gpu) : fGpu(gpu) {} in GrVkGpuTextureCommandBuffer() function
29 ~GrVkGpuTextureCommandBuffer() override;
DGrVkGpuCommandBuffer.cpp29 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()
DGrVkGpu.h28 class GrVkGpuTextureCommandBuffer; variable
300 std::unique_ptr<GrVkGpuTextureCommandBuffer> fCachedTexCommandBuffer;
DGrVkGpu.cpp312 fCachedTexCommandBuffer.reset(new GrVkGpuTextureCommandBuffer(this)); in getCommandBuffer()
/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h25 class GrVkGpuTextureCommandBuffer : public GrGpuTextureCommandBuffer {
27 GrVkGpuTextureCommandBuffer(GrVkGpu* gpu) : fGpu(gpu) {} in GrVkGpuTextureCommandBuffer() function
29 ~GrVkGpuTextureCommandBuffer() override;
DGrVkGpuCommandBuffer.cpp30 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()
DGrVkGpu.h28 class GrVkGpuTextureCommandBuffer; variable
311 std::unique_ptr<GrVkGpuTextureCommandBuffer> fCachedTexCommandBuffer;
DGrVkGpu.cpp312 fCachedTexCommandBuffer.reset(new GrVkGpuTextureCommandBuffer(this)); in getCommandBuffer()