Lines Matching defs:width
406 const int width,
447 const int width,
456 , m_source (context.getRenderContext(), glu::getInternalFormat(internalFormat), width, height)
459 , m_width (width)
871 const int width,
1084 const int width,
1093 SRGBTestTexture* texture = new SRGBTestTexture(m_context, targetType, m_internalFormat, width, height, color, wrapS, wrapT, minFilter, magFilter, decoding);
1152 int width = m_context.getRenderContext().getRenderTarget().getWidth();
1162 m_textureResultList[renderBufferIdx].setStorage(m_resultTextureFormat, width, height);
1174 int width = m_context.getRenderContext().getRenderTarget().getWidth();
1178 DE_ASSERT((m_px >= 0) && (m_px < width));
1180 DE_UNREF(width && height);
1313 int width = m_context.getRenderContext().getRenderTarget().getWidth();
1334 gl.renderbufferStorage(GL_RENDERBUFFER, glu::getInternalFormat(m_resultTextureFormat), width, height);