Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h101 void bindDescriptorSets(const GrVkGpu* gpu,
DGrVkCommandBuffer.cpp323 void GrVkCommandBuffer::bindDescriptorSets(const GrVkGpu* gpu, in bindDescriptorSets() function in GrVkCommandBuffer
DGrVkProgram.cpp342 commandBuffer->bindDescriptorSets(gpu, this, fPipelineLayout, 0, 2, fDescriptorSets, 0, in bind()