Lines Matching defs:operation

2370 	 * - execute tested operation, to update whole buffer with incrementing values
2408 * - execute tested operation, to update portions of buffer specified below;
2462 * - execute tested operation to update regions specified below; It is expected
2573 * - prepare texture in a way that is relevant for tested operation;
2574 * - execute tested operation, no error should be generated;
2579 const TESTED_OPERATION operation = (TESTED_OPERATION)i;
2581 bool result = verifyTestedOperation(operation, buffer, GL_NO_ERROR);
2596 * - execute tested operation, no error should be generated;
2600 const TESTED_OPERATION operation = (TESTED_OPERATION)i;
2608 bool result = verifyTestedOperation(operation, buffer, GL_NO_ERROR);
2634 /** Return name of operation
2636 * @param operation Operation which name will be returned
2638 * @return Name of operation or 0 in case of invalid enum
2640 const char* MapPersistentTextureTest::getOperationName(TESTED_OPERATION operation)
2644 switch (operation)
2689 /** Verifies results of tested operation
2691 * @param operation Operation to be tested
2697 bool MapPersistentTextureTest::verifyTestedOperation(TESTED_OPERATION operation, Buffer& buffer,
2711 switch (operation)
2733 /* Execute operation */
2734 switch (operation)
2784 m_context.getTestContext().getLog() << tcu::TestLog::Message << getOperationName(operation)
2799 : TestCase(context, "map_persistent_read_pixels", "Test read pixels operation against mapped buffer")
2937 : TestCase(context, "map_persistent_dispatch", "test dispatch operation against mapped buffer")
3311 : TestCase(context, "map_persistent_draw", "Test draw operation against mapped buffer")