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

  /external/skia/include/gpu/vk/
GrVkBackendContext.h 38 struct SK_API GrVkBackendContext : public SkRefCnt {
68 static const GrVkBackendContext* Create(uint32_t* presentQueueIndex = nullptr,
72 static const GrVkBackendContext* Create(const GrVkInterface::GetInstanceProc& getInstanceProc,
89 ~GrVkBackendContext() override;
  /external/skqp/include/gpu/vk/
GrVkBackendContext.h 38 struct GrVkBackendContext : public SkRefCnt {
68 static const GrVkBackendContext* Create(uint32_t* presentQueueIndex = nullptr,
72 static const GrVkBackendContext* Create(const GrVkInterface::GetInstanceProc& getInstanceProc,
89 ~GrVkBackendContext() override;
  /external/skia/src/gpu/vk/
GrVkBackendContext.cpp 9 #include "vk/GrVkBackendContext.h"
50 const GrVkBackendContext* GrVkBackendContext::Create(uint32_t* presentQueueIndexPtr,
309 GrVkBackendContext* ctx = new GrVkBackendContext();
324 GrVkBackendContext::~GrVkBackendContext() {
  /external/skqp/src/gpu/vk/
GrVkBackendContext.cpp 9 #include "vk/GrVkBackendContext.h"
50 const GrVkBackendContext* GrVkBackendContext::Create(uint32_t* presentQueueIndexPtr,
309 GrVkBackendContext* ctx = new GrVkBackendContext();
324 GrVkBackendContext::~GrVkBackendContext() {

Completed in 222 milliseconds