Home | History | Annotate | Download | only in functional

Lines Matching full:uniform

1250 uniform reset case
1269 "uniform bool u_boolVar;\n"
1270 "uniform highp int u_intVar;\n"
1271 "uniform highp float u_floatVar;\n\n"
1279 "uniform bool u_boolVar;\n"
1280 "uniform highp int u_intVar;\n"
1281 "uniform highp float u_floatVar;\n\n"
1327 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Uniform value not reset");
1341 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Uniform value not reset");
1347 m_testCtx.getLog() << TestLog::Message << "Verifying uniform reset to 0/false." << TestLog::EndMessage;
1744 simpleCaseGroup->addChild(new ProgramBinaryUniformResetCase (m_context, "uniform_reset_on_binary_load", "Verify uniform reset on successful load of program binary"));