Searched refs:CombineWithFuncs (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/tests/perf_tests/ |
H A D | DrawElementsPerf.cpp | 236 CombineWithFuncs(gWithIndexType, {D3D11<P>, GL<P>, Metal<P>, Vulkan<P>, WGL<P>}); 239 std::vector<P> gWithDevice = CombineWithFuncs(gWithChange, {Passthrough<P>, NullDevice<P>});
|
H A D | DrawCallPerf.cpp | 662 CombineWithFuncs(gTestsWithStateChange, {D3D11<P>, GL<P>, Metal<P>, Vulkan<P>, WGL<P>}); 664 CombineWithFuncs(gTestsWithRenderer, {Passthrough<P>, Offscreen<P>, NullDevice<P>});
|
/aosp_15_r20/external/angle/src/tests/test_utils/ |
H A D | angle_test_instantiate.h | 368 std::vector<ParamsT> CombineWithFuncs(const std::vector<ParamsT> &in, in CombineWithFuncs() function
|