Home | History | Annotate | Download | only in accuracy

Lines Matching defs:refParams

194 	ReferenceParams				refParams			(TEXTURETYPE_2D);
220 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
221 refParams.samplerType = getSamplerType(texFmt);
222 refParams.lodMode = LODMODE_EXACT;
223 refParams.colorBias = fmtInfo.lookupBias;
224 refParams.colorScale = fmtInfo.lookupScale;
232 m_renderer.renderQuad(0, &texCoord[0], refParams);
234 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
243 m_renderer.renderQuad(0, &texCoord[0], refParams);
245 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
272 m_renderer.renderQuad(0, &texCoord[0], refParams);
274 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
283 m_renderer.renderQuad(0, &texCoord[0], refParams);
285 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);