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

  /external/skia/src/gpu/vk/
GrVkGpu.h 40 class GrVkGpu : public GrGpu {
45 ~GrVkGpu() override;
167 GrVkGpu(GrContext* context, const GrContextOptions& options,
208 // we will signal the semaphore at the end of this command buffer. If this GrVkGpu object has
259 // Created by GrVkGpu
GrVkGpu.cpp 8 #include "GrVkGpu.h"
70 GrGpu* GrVkGpu::Create(GrBackendContext backendContext, const GrContextOptions& options,
87 return new GrVkGpu(context, options, vkBackendContext);
92 GrVkGpu::GrVkGpu(GrContext* context, const GrContextOptions& options,
159 GrVkGpu::~GrVkGpu() {
209 GrGpuCommandBuffer* GrVkGpu::createCommandBuffer(
215 void GrVkGpu::submitCommandBuffer(SyncQueue sync,
238 GrBuffer* GrVkGpu::onCreateBuffer(size_t size, GrBufferType type, GrAccessPattern accessPattern
    [all...]

Completed in 428 milliseconds