Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp132 class IsSamplerEntry class
135 typedef ValueEntryIterator<IsSamplerEntry> Iterator;
137 IsSamplerEntry (VariableType::Type type) in IsSamplerEntry() function in rsg::__anona792f9370111::IsSamplerEntry
1428 IsSamplerEntry::Iterator i = varManager.getBegin(IsSamplerEntry(samplerType)); in countSamplers()
1429 IsSamplerEntry::Iterator end = varManager.getEnd(IsSamplerEntry(samplerType)); in countSamplers()
1498 …andom().choose<const ValueEntry*>(state.getVariableManager().getBegin(IsSamplerEntry(samplerType)), in TexLookup()
1499 state.getVariableManager().getEnd(IsSamplerEntry(samplerType)))->getVariable(); in TexLookup()