Lines Matching defs:texW
119 const int texW = m_srcSize.x();
122 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1);
132 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
571 const int texW = m_srcSize.x();
574 tcu::TextureLevel data (glu::mapGLTransferFormat(format, dataType), texW, texH, 1);
584 glTexImage2D(GL_TEXTURE_2D, 0, format, texW, texH, 0, format, dataType, data.getAccess().getDataPtr());
661 const int texW = 128;
677 glTexImage2D(GL_TEXTURE_2D, 0, m_format, texW, texH, 0, transferFmt.format, transferFmt.dataType, DE_NULL);
691 glBlitFramebuffer(0, 0, getWidth(), getHeight(), 0, 0, texW, texH, GL_COLOR_BUFFER_BIT, m_filter);
700 glBlitFramebuffer(0, 0, texW, texH, getWidth()/2, 0, getWidth(), getHeight(), GL_COLOR_BUFFER_BIT, m_filter);