Home | History | Annotate | Download | only in egl

Lines Matching defs:TestSpec

125 struct TestSpec
861 ImageFormatCase (EglTestContext& eglTestCtx, const TestSpec& spec);
872 const TestSpec m_spec;
903 ImageFormatCase::ImageFormatCase (EglTestContext& eglTestCtx, const TestSpec& spec)
952 const TestSpec::Operation& op = m_spec.operations[operationNdx];
982 case TestSpec::API_GLES2:
1030 const TestSpec::Operation& op = m_spec.operations[m_curIter++];
1274 TestSpec spec;
1281 spec.contexts.push_back(TestSpec::API_GLES2);
1282 spec.operations.push_back(TestSpec::Operation(0, *createAction.action));
1283 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action));
1459 TestSpec spec;
1469 spec.contexts.push_back(TestSpec::API_GLES2);
1470 spec.contexts.push_back(TestSpec::API_GLES2);
1472 spec.operations.push_back(TestSpec::Operation(0, *createAction.action));
1473 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action));
1474 spec.operations.push_back(TestSpec::Operation(0, *clearAction.action));
1475 spec.operations.push_back(TestSpec::Operation(1, *createAction.action));
1476 spec.operations.push_back(TestSpec::Operation(0, *renderAction.action));
1477 spec.operations.push_back(TestSpec::Operation(1, *renderAction.action));
1534 TestSpec spec;
1538 spec.contexts.push_back(TestSpec::API_GLES2);
1540 spec.operations.push_back(TestSpec::Operation(0, *createAction.action));
1541 spec.operations.push_back(TestSpec::Operation(0, m_renderAction));
1542 spec.operations.push_back(TestSpec::Operation(0, *modifyAction.action));
1543 spec.operations.push_back(TestSpec::Operation(0, m_renderAction));