Home
last modified time | relevance | path

Searched refs:cachedSingleDescSet (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkTexture.h56 const GrVkDescriptorSet* cachedSingleDescSet(GrSamplerState);
DGrVkTexture.cpp165 const GrVkDescriptorSet* GrVkTexture::cachedSingleDescSet(GrSamplerState state) { in cachedSingleDescSet() function in GrVkTexture
DGrVkPipelineState.cpp156 const GrVkDescriptorSet* descriptorSet = texture->cachedSingleDescSet(samplerState); in setAndBindTextures()