Searched defs:prepost (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/core/ |
H A D | SkScan_Path.cpp | 314 void prepost(int y, bool isStart) { function in class:InverseBlitter 358 ((InverseBlitter*)blitter)->prepost(y, isStart);
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fDrawBuffersIndexedTests.cpp | 1415 TestCase* createDiffTest (Context& context, PrePost prepost, const char* name, const BlendState& commonState, const BlendState& drawBufferState) argument 1419 if (prepost == PRE) 1432 else if (prepost == POST) 1452 TestCase* createAdvancedEqDiffTest (Context& context, PrePost prepost, const char* name, const BlendState& commonState, const BlendState& drawBufferState) argument 1456 if (prepost == PRE) 1468 else if (prepost == POST) 1487 void addDrawBufferCommonTests (TestCaseGroup* root, PrePost prepost) argument 1495 root->addChild(createDiffTest(root->getContext(), prepost, "common_enable_buffer_enable", enableState, enableState)); 1496 root->addChild(createDiffTest(root->getContext(), prepost, "common_disable_buffer_disable", disableState, disableState)); 1497 root->addChild(createDiffTest(root->getContext(), prepost, "common_disable_buffer_enabl [all...] |
Completed in 100 milliseconds