Lines Matching refs:expectedSize
969 tcu::IVec3 expectedSize;
1166 m_context.getTestContext().getLog() << TestLog::Message << "Expecting: " << testSize.expectedSize.x() << "x" << testSize.expectedSize.y() << "x" << testSize.expectedSize.z() << TestLog::EndMessage;
1168 gl.uniform3iv(sizeLoc, 1, testSize.expectedSize.m_data);
1180 m_context.getTestContext().getLog() << TestLog::Message << "Expecting: " << testSize.expectedSize.x() << "x" << testSize.expectedSize.y() << TestLog::EndMessage;
1182 gl.uniform2iv(sizeLoc, 1, testSize.expectedSize.m_data);
1191 tcu::IVec3 expectedSize(testSize.expectedSize.x(), testSize.expectedSize.y(), testSize.textureSize.z());
1195 m_context.getTestContext().getLog() << TestLog::Message << "Expecting: " << testSize.expectedSize.x() << "x" << testSize.expectedSize.y() << " and " << testSize.textureSize.z() << " layer(s)" << TestLog::EndMessage;
1197 gl.uniform3iv(sizeLoc, 1, expectedSize.m_data);