Home | History | Annotate | Download | only in functional

Lines Matching refs:m_samplerType

328 	const glu::DataType		m_samplerType;
335 , m_samplerType (samplerType)
359 const DataType coordType = getSamplerCoordType(m_samplerType);
360 const DataType outType = getSamplerOutputType(m_samplerType);
372 "uniform highp " << getDataTypeName(m_samplerType) << " " << samplersName << "[" << numSamplers << "];\n";
436 const DataType coordType = getSamplerCoordType(m_samplerType);
437 const DataType outputType = getSamplerOutputType(m_samplerType);
438 const TextureFormat texFormat = getSamplerTextureFormat(m_samplerType);
446 de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_indexExprType));
455 if (isShadowSampler(m_samplerType))
499 setupTexture(gl, textures[samplerNdx], m_samplerType, texFormat, &texData[samplerNdx*texFormat.getPixelSize()]);
531 if (isShadowSampler(m_samplerType))