Home | History | Annotate | Download | only in functional

Lines Matching defs:samplerTypes

376 		vector<glu::DataType> samplerTypes;
378 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type);
379 return samplerTypes;
1292 const vector<glu::DataType> samplerTypes = m_uniformCollection->getSamplerTypes();
1299 for (int i = 0; i < (int)samplerTypes.size(); i++)
1301 if (glu::isDataTypeSampler(samplerTypes[i]))
1303 const glu::DataType retType = getSamplerLookupReturnType(samplerTypes[i]);