Searched refs:SamplerBindingVector (Results 1 – 8 of 8) sorted by relevance
862 const SamplerBindingVector &getSamplers() const { return mSamplers; } in getSamplers()1244 const SamplerBindingVector &getSamplerBindingsForCapture() const { return mSamplers; } in getSamplerBindingsForCapture()1606 SamplerBindingVector mSamplers;
1135 using SamplerBindingVector = std::vector<BindingPointer<Sampler>>; variable
219 const gl::SamplerBindingVector &samplers,
256 const gl::SamplerBindingVector &samplers, in UpdateFullTexturesDescriptorSet()1977 const gl::SamplerBindingVector &samplers, in updateTexturesDescriptorSet()
2093 const gl::SamplerBindingVector &samplers);
6394 const gl::SamplerBindingVector &samplers) in updatePreCacheActiveTextures()
2866 const gl::SamplerBindingVector &samplers = context->getState().getSamplers(); in syncSamplersState()
4970 const gl::SamplerBindingVector &samplerBindings = apiState.getSamplers(); in CaptureMidExecutionSetup()