Home | History | Annotate | Download | only in functional

Lines Matching defs:samplerName

490 			const string	samplerName	= string("sampler[") + de::toString(samplerNdx) + "]";
491 const int samplerLoc = gl.getUniformLocation(executor->getProgram(), samplerName.c_str());
496 TCU_CHECK_MSG(samplerLoc >= 0, (string("No location for uniform '") + samplerName + "' found").c_str());
1215 const char* samplerName = getDataTypeName(samplerType);
1216 const string caseName = de::toLower(samplerName);