Lines Matching refs:m_testCtx
675 verifyShaderParam(m_testCtx, *this, shader, GL_SHADER_TYPE, shaderTypes[ndx]); in test()
694 verifyShaderParam(m_testCtx, *this, shaderVert, GL_COMPILE_STATUS, GL_FALSE); in test()
695 verifyShaderParam(m_testCtx, *this, shaderFrag, GL_COMPILE_STATUS, GL_FALSE); in test()
704 verifyShaderParam(m_testCtx, *this, shaderVert, GL_COMPILE_STATUS, GL_TRUE); in test()
705 verifyShaderParam(m_testCtx, *this, shaderFrag, GL_COMPILE_STATUS, GL_TRUE); in test()
727 verifyShaderParam(m_testCtx, *this, shader, GL_INFO_LOG_LENGTH, 0); in test()
736 if (!logLength.verifyValidity(m_testCtx)) in test()
759 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected length " << logLength-1 << "; got " … in test()
760 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
761 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid log length"); in test()
772 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected null terminator, got " << (int)*term… in test()
773 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
774 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid log terminator"); in test()
787 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected length 0; got " << written << TestLo… in test()
788 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
789 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid log length"); in test()
793 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected null terminator, got " << (int)buffe… in test()
794 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
795 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid log terminator"); in test()
818 verifyShaderParam(m_testCtx, *this, shader, GL_SHADER_SOURCE_LENGTH, 0); in test()
828 sourceLength.verifyValidity(m_testCtx); in test()
833 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected length " << referenceLength << "; go… in test()
834 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
835 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid source length"); in test()
848 sourceLength.verifyValidity(m_testCtx); in test()
853 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected length " << referenceLength << "; go… in test()
854 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
855 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid source length"); in test()
870 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected write length " << referenceLength <<… in test()
871 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
872 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid source length"); in test()
879 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected null terminator at " << referenceLen… in test()
880 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
881 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "did not get a null terminator"); in test()
895 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected write length 0; got " << written << … in test()
896 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
897 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid source length"); in test()
901 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected null terminator; got=" << int(buffer… in test()
902 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
903 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid terminator"); in test()
932 verifyShaderParam(m_testCtx, *this, shaderVert, GL_COMPILE_STATUS, GL_TRUE); in test()
933 verifyShaderParam(m_testCtx, *this, shaderFrag, GL_COMPILE_STATUS, GL_TRUE); in test()
941 verifyProgramParam (m_testCtx, *this, shaderProg, GL_LINK_STATUS, GL_TRUE); in test()
943 verifyShaderParam (m_testCtx, *this, shaderVert, GL_DELETE_STATUS, GL_FALSE); in test()
944 verifyShaderParam (m_testCtx, *this, shaderFrag, GL_DELETE_STATUS, GL_FALSE); in test()
945 verifyProgramParam (m_testCtx, *this, shaderProg, GL_DELETE_STATUS, GL_FALSE); in test()
955 verifyShaderParam (m_testCtx, *this, shaderVert, GL_DELETE_STATUS, GL_TRUE); in test()
956 verifyShaderParam (m_testCtx, *this, shaderFrag, GL_DELETE_STATUS, GL_TRUE); in test()
957 verifyProgramParam (m_testCtx, *this, shaderProg, GL_DELETE_STATUS, GL_TRUE); in test()
986 attribValue.verifyValidity(m_testCtx); in test()
990 m_testCtx.getLog() << TestLog::Message in test()
994 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
995 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid attribute value"); in test()
1028 verifyCurrentVertexAttribf(m_testCtx, *this, index, x, y, z, w); in test()
1038 verifyCurrentVertexAttribf(m_testCtx, *this, index, x, y, z, w); in test()
1048 verifyCurrentVertexAttribf(m_testCtx, *this, index, x, y, z, w); in test()
1058 verifyCurrentVertexAttribf(m_testCtx, *this, index, x, y, z, w); in test()
1090 verifyCurrentVertexAttribIi(m_testCtx, *this, index, x, y, z, w); in test()
1122 verifyCurrentVertexAttribIui(m_testCtx, *this, index, x, y, z, w); in test()
1154 verifyCurrentVertexAttribConversion(m_testCtx, *this, index, x, y, z, w); in test()
1164 verifyCurrentVertexAttribConversion(m_testCtx, *this, index, x, y, z, w); in test()
1174 verifyCurrentVertexAttribConversion(m_testCtx, *this, index, x, y, z, w); in test()
1184 verifyCurrentVertexAttribConversion(m_testCtx, *this, index, x, y, z, w); in test()
1249 logLength.verifyValidity(m_testCtx); in test()
1253 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "QueryLarge", "Query to large buffer"); in test()
1261 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected INFO_LOG_LENGTH " << written+1 << ";… in test()
1262 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1263 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid log length"); in test()
1267 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected null terminator at index " << writte… in test()
1268 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1269 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "missing null terminator"); in test()
1276 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "QueryAll", "Query all to exactly righ… in test()
1284 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected INFO_LOG_LENGTH " << written+1 << ";… in test()
1285 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1286 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid log length"); in test()
1290 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected null terminator at index " << writte… in test()
1291 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1292 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "missing null terminator"); in test()
1298 const tcu::ScopedLogSection section (m_testCtx.getLog(), "QueryNone", "Query none"); in test()
1306 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected write length 0; got " << written << … in test()
1307 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1308 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid log length"); in test()
1349 verifyShaderParam (m_testCtx, *this, shaderVert, GL_COMPILE_STATUS, GL_TRUE); in test()
1350 verifyShaderParam (m_testCtx, *this, shaderFrag, GL_COMPILE_STATUS, GL_TRUE); in test()
1351 verifyProgramParam (m_testCtx, *this, program, GL_LINK_STATUS, GL_TRUE); in test()
1354 verifyProgramParam(m_testCtx, *this, program, GL_VALIDATE_STATUS, GL_TRUE); in test()
1380 verifyShaderParam (m_testCtx, *this, shaderVert, GL_COMPILE_STATUS, GL_TRUE); in test()
1381 verifyShaderParam (m_testCtx, *this, shaderFrag, GL_COMPILE_STATUS, GL_FALSE); in test()
1382 verifyProgramParam (m_testCtx, *this, program, GL_LINK_STATUS, GL_FALSE); in test()
1385 verifyProgramParam(m_testCtx, *this, program, GL_VALIDATE_STATUS, GL_FALSE); in test()
1420 verifyProgramParam(m_testCtx, *this, program, GL_ATTACHED_SHADERS, 0); in test()
1424 verifyProgramParam(m_testCtx, *this, program, GL_ATTACHED_SHADERS, 1); in test()
1428 verifyProgramParam(m_testCtx, *this, program, GL_ATTACHED_SHADERS, 2); in test()
1439 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected 2; got " << count << TestLog::EndMes… in test()
1440 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1441 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong shader count"); in test()
1447 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected {" << shaderVert << ", " << shaderFr… in test()
1448 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1449 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong shader count"); in test()
1461 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected 0; got " << count << TestLog::EndMes… in test()
1462 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1463 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong shader count"); in test()
1470 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected 1; got " << count << TestLog::EndMes… in test()
1471 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1472 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong shader count"); in test()
1528 verifyProgramParam(m_testCtx, *this, program, GL_ACTIVE_UNIFORMS, 3); in test()
1529 …verifyProgramParam(m_testCtx, *this, program, GL_ACTIVE_UNIFORM_MAX_LENGTH, (GLint)std::string("un… in test()
1540 uniformIndices.verifyValidity(m_testCtx); in test()
1550 uniformNameLen.verifyValidity(m_testCtx); in test()
1555 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << referenceLength << "got " << un… in test()
1556 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1557 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform name length"); in test()
1576 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << referenceLength << "got " << wr… in test()
1577 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1578 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform name length"); in test()
1587 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected 0 got " << written << TestLog::EndMe… in test()
1588 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1589 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform name length"); in test()
1711 if (verifyProgramParam(m_testCtx, *this, program, GL_LINK_STATUS, GL_TRUE)) in test()
1716 uniformIndex.verifyValidity(m_testCtx); in test()
1718 …verifyActiveUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_TYPE, uniformTypes[… in test()
1719 …verifyActiveUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_SIZE, uniformTypes[… in test()
1720 …verifyActiveUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_IS_ROW_MAJOR, uniform… in test()
1776 verifyShaderParam (m_testCtx, *this, shaderVert, GL_COMPILE_STATUS, GL_TRUE); in test()
1777 verifyShaderParam (m_testCtx, *this, shaderFrag, GL_COMPILE_STATUS, GL_TRUE); in test()
1778 verifyProgramParam (m_testCtx, *this, program, GL_LINK_STATUS, GL_TRUE); in test()
1780 verifyProgramParam (m_testCtx, *this, program, GL_ACTIVE_UNIFORM_BLOCKS, 2); in test()
1781 …verifyProgramParam (m_testCtx, *this, program, GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, (GLint)st… in test()
1802 uniformIndices.verifyValidity(m_testCtx); in test()
1806 uniformsBlockIndices.verifyValidity(m_testCtx); in test()
1813 m_testCtx.getLog() << TestLog::Message in test()
1816 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1817 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform block index"); in test()
1822 …verifyActiveUniformBlockParam(m_testCtx, *this, program, longlongUniformBlockIndex, GL_UNIFORM_BLO… in test()
1823 …verifyActiveUniformBlockParam(m_testCtx, *this, program, shortUniformBlockIndex, GL_UNIFORM_BLOCK_… in test()
1828 …verifyActiveUniformBlockParam(m_testCtx, *this, program, longlongUniformBlockIndex, GL_UNIFORM_BLO… in test()
1829 …verifyActiveUniformBlockParam(m_testCtx, *this, program, longlongUniformBlockIndex, GL_UNIFORM_BLO… in test()
1830 …verifyActiveUniformBlockParam(m_testCtx, *this, program, shortUniformBlockIndex, GL_UNIFORM_BLOCK_… in test()
1831 …verifyActiveUniformBlockParam(m_testCtx, *this, program, shortUniformBlockIndex, GL_UNIFORM_BLOCK_… in test()
1836 …verifyActiveUniformBlockParam(m_testCtx, *this, program, longlongUniformBlockIndex, GL_UNIFORM_BLO… in test()
1837 …verifyActiveUniformBlockParam(m_testCtx, *this, program, shortUniformBlockIndex, GL_UNIFORM_BLOCK_… in test()
1845 longlongUniformBlockUniforms.verifyValidity(m_testCtx); in test()
1851 longlongUniformBlockUniformIndices.verifyValidity(m_testCtx); in test()
1856 m_testCtx.getLog() << TestLog::Message in test()
1860 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
1861 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform indices"); in test()
1873 checkIntEquals(m_testCtx, written, (GLint)std::string("longlongUniformBlockName").length()); in test()
1877 checkIntEquals(m_testCtx, written, (GLint)std::string("shortUniformBlockName").length()); in test()
1882 checkIntEquals(m_testCtx, written, 0); in test()
1922 verifyProgramParam(m_testCtx, *this, program, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_FALSE); in test()
1930 verifyProgramParam(m_testCtx, *this, program, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE); in test()
1937 programLength.verifyValidity(m_testCtx); in test()
1978 …verifyProgramParam(m_testCtx, *this, shaderProg, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_INTERLEAVED… in test()
1986 verifyShaderParam(m_testCtx, *this, shaderVert, GL_COMPILE_STATUS, GL_TRUE); in test()
1987 verifyShaderParam(m_testCtx, *this, shaderFrag, GL_COMPILE_STATUS, GL_TRUE); in test()
2004 verifyProgramParam(m_testCtx, *this, shaderProg, GL_LINK_STATUS, GL_TRUE); in test()
2005 …verifyProgramParam(m_testCtx, *this, shaderProg, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, bufferModes[nd… in test()
2009 verifyProgramParam(m_testCtx, *this, shaderProg, GL_TRANSFORM_FEEDBACK_VARYINGS, 2); in test()
2016 maxOutputLen.verifyValidity(m_testCtx); in test()
2019 checkIntEquals(m_testCtx, maxOutputLen, referenceLength); in test()
2039 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected null terminator" << TestLog::EndMess… in test()
2040 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
2041 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid string terminator"); in test()
2049 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected 0; got " << written << TestLog::EndM… in test()
2050 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
2051 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid write length"); in test()
2108 verifyProgramParam(m_testCtx, *this, program, GL_ACTIVE_ATTRIBUTES, 2); in test()
2109 …verifyProgramParam(m_testCtx, *this, program, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, (GLint)std::string("… in test()
2124 …checkIntEquals(m_testCtx, written, (GLint)std::string("longInputAttributeName").length()); // does… in test()
2128 …checkIntEquals(m_testCtx, written, (GLint)std::string("shortName").length()); // does NOT include … in test()
2132 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Got unexpected attribute name." << TestLog::E… in test()
2133 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
2134 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got unexpected name"); in test()
2148 checkIntEquals(m_testCtx, written, 0); in test()
2201 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[ndx].size); in test()
2219 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, 4); in test()
2232 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[1].size); in test()
2237 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[0].size); in test()
2285 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_TYPE, pointers[ndx].type); in test()
2306 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_TYPE, pointers[ndx].type); in test()
2325 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_FLOAT); in test()
2338 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_SHORT); in test()
2343 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_FLOAT); in test()
2397 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, pointers[ndx].stride); in test()
2421 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, pointers[ndx].stride); in test()
2440 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, 0); in test()
2453 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, 8); in test()
2458 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, 4); in test()
2511 …verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, pointers[ndx].normalize… in test()
2532 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, GL_FALSE); in test()
2551 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, GL_FALSE); in test()
2564 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, GL_FALSE); in test()
2569 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, GL_TRUE); in test()
2617 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_FALSE); in test()
2638 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_TRUE); in test()
2657 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_FALSE); in test()
2670 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_FALSE); in test()
2675 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_TRUE); in test()
2701 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_FALSE); in test()
2703 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_TRUE); in test()
2705 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_FALSE); in test()
2728 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_FALSE); in test()
2733 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_TRUE); in test()
2756 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, 0); in test()
2758 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, 1); in test()
2760 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, 5); in test()
2783 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, 5); in test()
2788 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, 1); in test()
2812 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, 0); in test()
2822 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, bufferID); in test()
2854 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, bufs[1]); in test()
2859 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, bufs[0]); in test()
2885 initialState.verifyValidity(m_testCtx); in test()
2886 checkPointerEquals(m_testCtx, initialState, 0); in test()
2911 state.verifyValidity(m_testCtx); in test()
2912 checkPointerEquals(m_testCtx, state, pointers[ndx].pointer); in test()
2945 state.verifyValidity(m_testCtx); in test()
2946 checkPointerEquals(m_testCtx, state, glu::BufferOffsetAsPointer(4)); in test()
2955 state.verifyValidity(m_testCtx); in test()
2956 checkPointerEquals(m_testCtx, state, glu::BufferOffsetAsPointer(8)); in test()
3016 verifyUniformValue1f(m_testCtx, *this, program, location, 1.0f); in test()
3020 verifyUniformValue2f(m_testCtx, *this, program, location, 1.0f, 2.0f); in test()
3024 verifyUniformValue3f(m_testCtx, *this, program, location, 1.0f, 2.0f, 3.0f); in test()
3028 verifyUniformValue4f(m_testCtx, *this, program, location, 1.0f, 2.0f, 3.0f, 4.0f); in test()
3087 verifyUniformValue1i(m_testCtx, *this, program, location, 1); in test()
3091 verifyUniformValue2i(m_testCtx, *this, program, location, 1, 2); in test()
3095 verifyUniformValue3i(m_testCtx, *this, program, location, 1, 2, 3); in test()
3099 verifyUniformValue4i(m_testCtx, *this, program, location, 1, 2, 3, 4); in test()
3158 verifyUniformValue1ui(m_testCtx, *this, program, location, 1); in test()
3162 verifyUniformValue2ui(m_testCtx, *this, program, location, 1, 2); in test()
3166 verifyUniformValue3ui(m_testCtx, *this, program, location, 1, 2, 3); in test()
3170 verifyUniformValue4ui(m_testCtx, *this, program, location, 1, 2, 3, 4); in test()
3232 verifyUniformValue1i(m_testCtx, *this, program, location, 1); in test()
3236 verifyUniformValue2i(m_testCtx, *this, program, location, 1, 1); in test()
3240 verifyUniformValue3i(m_testCtx, *this, program, location, 0, 1, 1); in test()
3244 verifyUniformValue4i(m_testCtx, *this, program, location, 1, 0, 1, 1); in test()
3250 verifyUniformValue1i(m_testCtx, *this, program, location, 1); in test()
3254 verifyUniformValue2i(m_testCtx, *this, program, location, 1, 1); in test()
3258 verifyUniformValue3i(m_testCtx, *this, program, location, 0, 1, 1); in test()
3262 verifyUniformValue4i(m_testCtx, *this, program, location, 1, 0, 1, 1); in test()
3318 verifyUniformValue1i(m_testCtx, *this, program, location, 1); in test()
3392 …verifyUniformValue1f(m_testCtx, *this, program, glGetUniformLocation(program,"arrayUniform[0]"), u… in test()
3393 …verifyUniformValue1f(m_testCtx, *this, program, glGetUniformLocation(program,"arrayUniform[1]"), u… in test()
3394 …verifyUniformValue1f(m_testCtx, *this, program, glGetUniformLocation(program,"arrayUniform[2]"), u… in test()
3395 …verifyUniformValue1f(m_testCtx, *this, program, glGetUniformLocation(program,"arrayUniform[3]"), u… in test()
3396 …verifyUniformValue1f(m_testCtx, *this, program, glGetUniformLocation(program,"arrayUniform[4]"), u… in test()
3403 …verifyUniformValue2f(m_testCtx, *this, program, glGetUniformLocation(program,"array2Uniform[0]"), … in test()
3404 …verifyUniformValue2f(m_testCtx, *this, program, glGetUniformLocation(program,"array2Uniform[1]"), … in test()
3405 …verifyUniformValue2f(m_testCtx, *this, program, glGetUniformLocation(program,"array2Uniform[2]"), … in test()
3406 …verifyUniformValue2f(m_testCtx, *this, program, glGetUniformLocation(program,"array2Uniform[3]"), … in test()
3407 …verifyUniformValue2f(m_testCtx, *this, program, glGetUniformLocation(program,"array2Uniform[4]"), … in test()
3414 …verifyUniformValue3f(m_testCtx, *this, program, glGetUniformLocation(program,"array3Uniform[0]"), … in test()
3415 …verifyUniformValue3f(m_testCtx, *this, program, glGetUniformLocation(program,"array3Uniform[1]"), … in test()
3416 …verifyUniformValue3f(m_testCtx, *this, program, glGetUniformLocation(program,"array3Uniform[2]"), … in test()
3417 …verifyUniformValue3f(m_testCtx, *this, program, glGetUniformLocation(program,"array3Uniform[3]"), … in test()
3418 …verifyUniformValue3f(m_testCtx, *this, program, glGetUniformLocation(program,"array3Uniform[4]"), … in test()
3425 …verifyUniformValue4f(m_testCtx, *this, program, glGetUniformLocation(program,"array4Uniform[0]"), … in test()
3426 …verifyUniformValue4f(m_testCtx, *this, program, glGetUniformLocation(program,"array4Uniform[1]"), … in test()
3427 …verifyUniformValue4f(m_testCtx, *this, program, glGetUniformLocation(program,"array4Uniform[2]"), … in test()
3428 …verifyUniformValue4f(m_testCtx, *this, program, glGetUniformLocation(program,"array4Uniform[3]"), … in test()
3429 …verifyUniformValue4f(m_testCtx, *this, program, glGetUniformLocation(program,"array4Uniform[4]"), … in test()
3498 verifyUniformMatrixValues<2>(m_testCtx, *this, program, location, matrixValues, false); in test()
3500 verifyUniformMatrixValues<2>(m_testCtx, *this, program, location, matrixValues, true); in test()
3504 verifyUniformMatrixValues<3>(m_testCtx, *this, program, location, matrixValues, false); in test()
3506 verifyUniformMatrixValues<3>(m_testCtx, *this, program, location, matrixValues, true); in test()
3510 verifyUniformMatrixValues<4>(m_testCtx, *this, program, location, matrixValues, false); in test()
3512 verifyUniformMatrixValues<4>(m_testCtx, *this, program, location, matrixValues, true); in test()
3552 if (!range.verifyValidity(m_testCtx)) in test()
3554 if (!precision.verifyValidity(m_testCtx)) in test()
3606 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid precision/range"); in test()