HomeSort by relevance Sort by last modified time
    Searched defs:GrVkGpuTextureCommandBuffer (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/vk/
GrVkGpuCommandBuffer.h 24 class GrVkGpuTextureCommandBuffer : public GrGpuTextureCommandBuffer {
26 GrVkGpuTextureCommandBuffer(GrVkGpu* gpu, GrTexture* texture, GrSurfaceOrigin origin)
31 ~GrVkGpuTextureCommandBuffer() override;
GrVkGpuCommandBuffer.cpp 25 void GrVkGpuTextureCommandBuffer::copy(GrSurface* src, GrSurfaceOrigin srcOrigin,
30 void GrVkGpuTextureCommandBuffer::insertEventMarker(const char* msg) {
34 void GrVkGpuTextureCommandBuffer::submit() {
42 GrVkGpuTextureCommandBuffer::~GrVkGpuTextureCommandBuffer() {}
  /external/skqp/src/gpu/vk/
GrVkGpuCommandBuffer.cpp 25 void GrVkGpuTextureCommandBuffer::copy(GrSurface* src, GrSurfaceOrigin srcOrigin,
30 void GrVkGpuTextureCommandBuffer::insertEventMarker(const char* msg) {
34 void GrVkGpuTextureCommandBuffer::submit() {
42 GrVkGpuTextureCommandBuffer::~GrVkGpuTextureCommandBuffer() {}
GrVkGpuCommandBuffer.h 24 class GrVkGpuTextureCommandBuffer : public GrGpuTextureCommandBuffer {
26 GrVkGpuTextureCommandBuffer(GrVkGpu* gpu, GrTexture* texture, GrSurfaceOrigin origin)
31 ~GrVkGpuTextureCommandBuffer() override;

Completed in 61 milliseconds