Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp1424 static int countSamplers (const VariableManager& varManager, VariableType::Type samplerType) in countSamplers() function
1485 int sampler2DCount = countSamplers(state.getVariableManager(), VariableType::TYPE_SAMPLER_2D); in TexLookup()
1486 int samplerCubeCount = countSamplers(state.getVariableManager(), VariableType::TYPE_SAMPLER_CUBE); in TexLookup()