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::__anon8fd36d2d0111::IsSamplerEntry
1398 IsSamplerEntry::Iterator i = varManager.getBegin(IsSamplerEntry(samplerType)); in countSamplers()
1399 IsSamplerEntry::Iterator end = varManager.getEnd(IsSamplerEntry(samplerType)); in countSamplers()
1468 …andom().choose<const ValueEntry*>(state.getVariableManager().getBegin(IsSamplerEntry(samplerType)), in TexLookup()
1469 state.getVariableManager().getEnd(IsSamplerEntry(samplerType)))->getVariable(); in TexLookup()