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

  /external/skia/src/gpu/vk/
GrVkSampler.h 19 class GrVkSampler : public GrVkResource {
21 static GrVkSampler* Create(const GrVkGpu* gpu, const GrTextureAccess& textureAccess);
26 GrVkSampler(VkSampler sampler) : INHERITED(), fSampler(sampler) {}
GrVkSampler.cpp 8 #include "GrVkSampler.h"
26 GrVkSampler* GrVkSampler::Create(const GrVkGpu* gpu, const GrTextureAccess& textureAccess) {
68 return new GrVkSampler(sampler);
71 void GrVkSampler::freeGPUData(const GrVkGpu* gpu) const {
GrVkProgram.h 25 class GrVkSampler;
139 SkTDArray<GrVkSampler*> fSamplers;
GrVkProgram.cpp 17 #include "GrVkSampler.h"
263 fSamplers.push(GrVkSampler::Create(gpu, *textureBindings[i]));

Completed in 138 milliseconds