Home | History | Annotate | Download | only in accuracy

Lines Matching refs:refParams

203 	ReferenceParams				refParams			(TEXTURETYPE_2D);
229 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
230 refParams.samplerType = getSamplerType(texFmt);
231 refParams.lodMode = LODMODE_EXACT;
232 refParams.colorBias = fmtInfo.lookupBias;
233 refParams.colorScale = fmtInfo.lookupScale;
241 m_renderer.renderQuad(0, &texCoord[0], refParams);
243 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
252 m_renderer.renderQuad(0, &texCoord[0], refParams);
254 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
281 m_renderer.renderQuad(0, &texCoord[0], refParams);
283 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);
292 m_renderer.renderQuad(0, &texCoord[0], refParams);
294 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams);