Home | History | Annotate | Download | only in functional

Lines Matching defs:expectedSize

1032 		tcu::IVec3	expectedSize;
1229 m_context.getTestContext().getLog() << TestLog::Message << "Expecting: " << testSize.expectedSize.x() << "x" << testSize.expectedSize.y() << "x" << testSize.expectedSize.z() << TestLog::EndMessage;
1231 gl.uniform3iv(sizeLoc, 1, testSize.expectedSize.m_data);
1243 m_context.getTestContext().getLog() << TestLog::Message << "Expecting: " << testSize.expectedSize.x() << "x" << testSize.expectedSize.y() << TestLog::EndMessage;
1245 gl.uniform2iv(sizeLoc, 1, testSize.expectedSize.m_data);
1254 tcu::IVec3 expectedSize(testSize.expectedSize.x(), testSize.expectedSize.y(), testSize.textureSize.z());
1258 m_context.getTestContext().getLog() << TestLog::Message << "Expecting: " << testSize.expectedSize.x() << "x" << testSize.expectedSize.y() << " and " << testSize.textureSize.z() << " layer(s)" << TestLog::EndMessage;
1260 gl.uniform3iv(sizeLoc, 1, expectedSize.m_data);