Home | History | Annotate | Download | only in functional

Lines Matching refs:level0

1264 		const tcu::PixelBufferAccess level0 = m_texture->getRefTexture().getLevel(0);
1265 for (int y = 0; y < level0.getHeight(); y++)
1267 for (int x = 0; x < level0.getWidth(); x++)
1269 const float xf = (float(x)+0.5f) / float(level0.getWidth());
1270 const float yf = (float(y)+0.5f) / float(level0.getHeight());
1273 level0.setPixel(m_texValueMin + (m_texValueMax - m_texValueMin)*s, x, y);