Home | History | Annotate | Download | only in functional

Lines Matching full:getwidth

70 	for (int x = 0; x < access.getWidth(); ++x)
106 tcu::Surface reference (result.getWidth(), result.getHeight());
107 tcu::Surface errorMask (result.getWidth(), result.getHeight());
291 const float viewportW = (float)de::min<int>(TEX2D_VIEWPORT_WIDTH, m_context.getRenderTarget().getWidth());
302 const float sX = deFloatExp2(lodX)*viewportW / float(m_textures[texNdx]->getRefTexture().getWidth());
845 const float viewportW = (float)de::min<int>(TEX2D_VIEWPORT_WIDTH, m_context.getRenderTarget().getWidth());
859 const float sX = deFloatExp2(lodX)*viewportW / float(tex->getRefTexture().getWidth());