Home | History | Annotate | Download | only in functional

Lines Matching defs:samplerTypes

356 		vector<glu::DataType> samplerTypes;
358 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type);
359 return samplerTypes;
1108 const vector<glu::DataType> samplerTypes = m_uniformCollection->getSamplerTypes();
1115 for (int i = 0; i < (int)samplerTypes.size(); i++)
1117 if (glu::isDataTypeSampler(samplerTypes[i]))
1119 const glu::DataType retType = getSamplerLookupReturnType(samplerTypes[i]);