Searched refs:prepost (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp1493 TestCase* createDiffTest (Context& context, PrePost prepost, const char* name, const BlendState& commonState, const BlendState& drawBufferState) argument
1497 if (prepost == PRE)
1510 else if (prepost == POST)
1530 TestCase* createAdvancedEqDiffTest (Context& context, PrePost prepost, const char* name, const BlendState& commonState, const BlendState& drawBufferState) argument
1534 if (prepost == PRE)
1546 else if (prepost == POST)
1565 void addDrawBufferCommonTests (TestCaseGroup* root, PrePost prepost) argument
1573 root->addChild(createDiffTest(root->getContext(), prepost, "common_enable_buffer_enable", enableState, enableState));
1574 root->addChild(createDiffTest(root->getContext(), prepost, "common_disable_buffer_disable", disableState, disableState));
1575 root->addChild(createDiffTest(root->getContext(), prepost, "common_disable_buffer_enabl
[all...]
/external/skia/src/core/
H A DSkScan_Path.cpp316 void prepost(int y, bool isStart) { function in class:InverseBlitter
360 ((InverseBlitter*)blitter)->prepost(y, isStart);
/external/skqp/src/core/
H A DSkScan_Path.cpp311 void prepost(int y, bool isStart) { function in class:InverseBlitter
355 ((InverseBlitter*)blitter)->prepost(y, isStart);

Completed in 159 milliseconds