Lines Matching refs:Operation
139 struct Operation struct
141 Operation (int apiIndex_, const Action& action_) : apiIndex(apiIndex_), action(&action_) {} in Operation() function
147 vector<Operation> operations;
952 const TestSpec::Operation& op = m_spec.operations[operationNdx]; in checkExtensions()
1030 const TestSpec::Operation& op = m_spec.operations[m_curIter++]; in iterate()
1282 spec.operations.push_back(TestSpec::Operation(0, *createAction.action)); in init()
1283 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action)); in init()
1472 spec.operations.push_back(TestSpec::Operation(0, *createAction.action)); in init()
1473 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action)); in init()
1474 spec.operations.push_back(TestSpec::Operation(0, *clearAction.action)); in init()
1475 spec.operations.push_back(TestSpec::Operation(1, *createAction.action)); in init()
1476 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action)); in init()
1477 spec.operations.push_back(TestSpec::Operation(1, *renderAction.action)); in init()
1540 spec.operations.push_back(TestSpec::Operation(0, *createAction.action)); in init()
1541 spec.operations.push_back(TestSpec::Operation(0, m_renderAction)); in init()
1542 spec.operations.push_back(TestSpec::Operation(0, *modifyAction.action)); in init()
1543 spec.operations.push_back(TestSpec::Operation(0, m_renderAction)); in init()