Searched refs:createDiffTest (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 1479 TestCase *createDiffTest(Context &context, PrePost prepost, const char *name, const BlendState &com… in createDiffTest() function 1571 …createDiffTest(root->getContext(), prepost, "common_enable_buffer_enable", enableState, enableStat… in addDrawBufferCommonTests() 1573 …createDiffTest(root->getContext(), prepost, "common_disable_buffer_disable", disableState, disable… in addDrawBufferCommonTests() 1575 …createDiffTest(root->getContext(), prepost, "common_disable_buffer_enable", disableState, enableSt… in addDrawBufferCommonTests() 1577 …createDiffTest(root->getContext(), prepost, "common_enable_buffer_disable", enableState, disableSt… in addDrawBufferCommonTests() 1600 …createDiffTest(root->getContext(), prepost, "common_blend_eq_buffer_blend_eq", eqStateA, eqStateB)… in addDrawBufferCommonTests() 1601 …root->addChild(createDiffTest(root->getContext(), prepost, "common_blend_eq_buffer_separate_blend_… in addDrawBufferCommonTests() 1606 …root->addChild(createDiffTest(root->getContext(), prepost, "common_separate_blend_eq_buffer_blend_… in addDrawBufferCommonTests() 1608 …root->addChild(createDiffTest(root->getContext(), prepost, "common_separate_blend_eq_buffer_separa… in addDrawBufferCommonTests() 1643 …createDiffTest(root->getContext(), prepost, "common_blend_func_buffer_blend_func", funcStateA, fun… in addDrawBufferCommonTests() [all …]
|
/aosp_15_r20/build/soong/fsgen/ |
H A D | filesystem_creator.go | 929 createDiffTest(ctx, diffTestResultFile, soongVbMetaFile, makeVbmetaFile) 933 func createDiffTest(ctx android.ModuleContext, diffTestResultFile android.WritablePath, file1 andro… func 994 createDiffTest(ctx, diffTestFile, soongBootImg, makeBootImage) 1002 createDiffTest(ctx, diffTestFile, soongBootImg, makeBootImage) 1010 createDiffTest(ctx, diffTestFile, soongBootImg, makeBootImage) 1018 createDiffTest(ctx, diffTestFile, soongSuperImg, makeSuperImage)
|