Searched refs:countSamplers (Results 1 – 1 of 1) sorted by relevance
1424 static int countSamplers (const VariableManager& varManager, VariableType::Type samplerType) in countSamplers() function1485 int sampler2DCount = countSamplers(state.getVariableManager(), VariableType::TYPE_SAMPLER_2D); in TexLookup()1486 int samplerCubeCount = countSamplers(state.getVariableManager(), VariableType::TYPE_SAMPLER_CUBE); in TexLookup()