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 25 class GrVkGpuTextureCommandBuffer : public GrGpuTextureCommandBuffer {
27 GrVkGpuTextureCommandBuffer(GrVkGpu* gpu) : fGpu(gpu) {}
29 ~GrVkGpuTextureCommandBuffer() override;
GrVkGpuCommandBuffer.cpp 30 void GrVkGpuTextureCommandBuffer::copy(GrSurface* src, GrSurfaceOrigin srcOrigin,
35 void GrVkGpuTextureCommandBuffer::insertEventMarker(const char* msg) {
39 void GrVkGpuTextureCommandBuffer::submit() {
47 GrVkGpuTextureCommandBuffer::~GrVkGpuTextureCommandBuffer() {}
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpuCommandBuffer.h 25 class GrVkGpuTextureCommandBuffer : public GrGpuTextureCommandBuffer {
27 GrVkGpuTextureCommandBuffer(GrVkGpu* gpu) : fGpu(gpu) {}
29 ~GrVkGpuTextureCommandBuffer() override;
GrVkGpuCommandBuffer.cpp 29 void GrVkGpuTextureCommandBuffer::copy(GrSurface* src, GrSurfaceOrigin srcOrigin,
34 void GrVkGpuTextureCommandBuffer::insertEventMarker(const char* msg) {
38 void GrVkGpuTextureCommandBuffer::submit() {
46 GrVkGpuTextureCommandBuffer::~GrVkGpuTextureCommandBuffer() {}
    [all...]

Completed in 87 milliseconds