Home | History | Annotate | Download | only in egl

Lines Matching refs:Operation

139 	struct Operation
141 Operation (int apiIndex_, const Action& action_) : apiIndex(apiIndex_), action(&action_) {}
147 vector<Operation> operations;
955 const TestSpec::Operation& op = m_spec.operations[operationNdx];
1033 const TestSpec::Operation& op = m_spec.operations[m_curIter++];
1285 spec.operations.push_back(TestSpec::Operation(0, *createAction.action));
1286 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action));
1475 spec.operations.push_back(TestSpec::Operation(0, *createAction.action));
1476 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action));
1477 spec.operations.push_back(TestSpec::Operation(0, *clearAction.action));
1478 spec.operations.push_back(TestSpec::Operation(1, *createAction.action));
1479 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action));
1480 spec.operations.push_back(TestSpec::Operation(1, *renderAction.action));
1543 spec.operations.push_back(TestSpec::Operation(0, *createAction.action));
1544 spec.operations.push_back(TestSpec::Operation(0, m_renderAction));
1545 spec.operations.push_back(TestSpec::Operation(0, *modifyAction.action));
1546 spec.operations.push_back(TestSpec::Operation(0, m_renderAction));