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 39 class GrVkGpu : public GrGpu {
44 ~GrVkGpu() override;
169 GrVkGpu(GrContext* context, const GrContextOptions& options,
213 // work in the queue to finish before returning. If this GrVkGpu object has any semaphores in
215 // buffer. If this GrVkGpu object has any semaphores in fSemaphoresToWaitOn, we will add those
264 // Created by GrVkGpu
GrVkGpu.cpp 8 #include "GrVkGpu.h"
77 GrGpu* GrVkGpu::Create(GrBackendContext backendContext, const GrContextOptions& options,
91 return new GrVkGpu(context, options, vkBackendContext);
96 GrVkGpu::GrVkGpu(GrContext* context, const GrContextOptions& options,
162 void GrVkGpu::destroyResources() {
218 GrVkGpu::~GrVkGpu() {
226 void GrVkGpu::disconnect(DisconnectType type) {
257 GrGpuCommandBuffer* GrVkGpu::createCommandBuffer
    [all...]

Completed in 73 milliseconds