Lines Matching defs:height
407 const int height,
448 const int height,
456 , m_source (context.getRenderContext(), glu::getInternalFormat(internalFormat), width, height)
460 , m_height (height)
872 const int height,
1085 const int height,
1093 SRGBTestTexture* texture = new SRGBTestTexture(m_context, targetType, m_internalFormat, width, height, color, wrapS, wrapT, minFilter, magFilter, decoding);
1153 int height = m_context.getRenderContext().getRenderTarget().getHeight();
1162 m_textureResultList[renderBufferIdx].setStorage(m_resultTextureFormat, width, height);
1175 int height = m_context.getRenderContext().getRenderTarget().getHeight();
1179 DE_ASSERT((m_py >= 0) && (m_py < height));
1180 DE_UNREF(width && height);
1314 int height = m_context.getRenderContext().getRenderTarget().getHeight();
1334 gl.renderbufferStorage(GL_RENDERBUFFER, glu::getInternalFormat(m_resultTextureFormat), width, height);