Home | History | Annotate | Download | only in functional

Lines Matching refs:sampleParams

262 	ReferenceParams				sampleParams		(TEXTURETYPE_2D);
281 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
282 sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
283 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
284 sampleParams.lodMode = LODMODE_EXACT; // Use ideal lod.
332 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
335 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
339 m_renderer.renderQuad(0, &texCoord[0], sampleParams);
384 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
387 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
391 refTexture, &texCoord[0], sampleParams);
397 m_texture->getRefTexture(), &texCoord[0], sampleParams,