Home | History | Annotate | Download | only in functional

Lines Matching refs:getRefTexture

173 		m_texture->getRefTexture().allocLevel(levelNdx);
174 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), toVec4(tcu::RGBA(color)));
252 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
281 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
396 m_texture->getRefTexture(), &texCoord[0], sampleParams,
536 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx);
537 tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), toVec4(tcu::RGBA(color)));
584 const int texWidth = m_texture->getRefTexture().getSize();
585 const int texHeight = m_texture->getRefTexture().getSize();
713 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params);
720 m_texture->getRefTexture(), &texCoord[0], params,
820 tcu::Texture2D resultTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_texture->getRefTexture().getWidth(), m_texture->getRefTexture().getHeight());
825 m_texture->getRefTexture().allocLevel(0);
826 tcu::fillWithGrid(m_texture->getRefTexture().getLevel(0), 8, tcu::Vec4(1.0f, 0.5f, 0.0f, 0.5f), tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f));
873 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
974 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0);
975 fillWithGrid(m_texture->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), 8, ca, cb);
1026 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);