Lines Matching defs:height
485 explicit Image(glc::Context& context, deUint32 width, deUint32 height,
493 m_gl.texStorage2D(GL_TEXTURE_2D, 1, format, width, height);
1893 deUint32 height, deUint32 subgroupSize))
1963 for (deUint32 height = 8; height <= subgroupSize; height *= 2)
1983 width * height * formatSize;
1985 Image resultImage(context, width, height, format);
1991 gl.viewport(0, 0, width, height);
2009 gl.readPixels(0, 0, width, height, readFormat, readType, (GLvoid*)&resultBuffer[0]);
2018 if (!checkResult(datas, width, height, subgroupSize))