Home
last modified time | relevance | path

Searched refs:CombineWithFuncs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DDrawElementsPerf.cpp236 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 DDrawCallPerf.cpp662 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 Dangle_test_instantiate.h368 std::vector<ParamsT> CombineWithFuncs(const std::vector<ParamsT> &in, in CombineWithFuncs() function