Searched defs:GrVkSampler (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkSampler.h19 class GrVkSampler : public GrVkResource { class in inherits:GrVkResource
21 static GrVkSampler* Create(const GrVkGpu* gpu, const GrSamplerParams&, uint32_t mipLevels);
25 // Helpers for hashing GrVkSampler
28 static const uint16_t& GetKey(const GrVkSampler& sampler) { return sampler.fKey; }
33 SkDebugf("GrVkSampler: %d (%d refs)\n", fSampler, this->getRefCnt());
38 GrVkSampler(VkSampler sampler, uint16_t key) : INHERITED(), fSampler(sampler), fKey(key) {} function in class:GrVkSampler

Completed in 82 milliseconds