Searched refs:RunWithGPUTestContexts (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | Test.h | 86 void RunWithGPUTestContexts(T testFunction, GPUTestContexts contexts, Reporter* reporter, 142 skiatest::RunWithGPUTestContexts(test_##name, contexts, reporter, factory); \
|
D | GLProgramsTest.cpp | 460 skiatest::RunWithGPUTestContexts(test_glprograms_native, skiatest::kNative_GPUTestContexts, 462 skiatest::RunWithGPUTestContexts(test_glprograms_other_contexts,
|
/external/skia/dm/ |
D | DM.cpp | 1225 void RunWithGPUTestContexts(T test, GPUTestContexts testContexts, Reporter* reporter, in RunWithGPUTestContexts() function 1280 void RunWithGPUTestContexts<TestWithGrContext>(TestWithGrContext test, 1285 void RunWithGPUTestContexts<TestWithGrContextAndGLContext>(TestWithGrContextAndGLContext test,
|