Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DProgramBinaryTest.cpp1500 struct PlatformsWithLinkResult : PlatformParameters struct
1502 PlatformsWithLinkResult(PlatformParameters saveParams, in PlatformsWithLinkResult() argument
1521 std::ostream &operator<<(std::ostream &stream, const PlatformsWithLinkResult &platform) in operator <<()
1529 class ProgramBinariesAcrossPlatforms : public testing::TestWithParam<PlatformsWithLinkResult>
1726PlatformsWithLinkResult(ES2_D3D11(), ES2_D3D11(), true ), // Loading + reloading binary should…
1727PlatformsWithLinkResult(ES3_D3D11(), ES3_D3D11(), true ), // Loading + reloading binary should…
1728PlatformsWithLinkResult(ES2_D3D11(), ES2_D3D9(), false), // Switching from D3D11 to D3D9 shou…
1729PlatformsWithLinkResult(ES2_D3D9(), ES2_D3D11(), false), // Switching from D3D9 to D3D11 shou…
1730PlatformsWithLinkResult(ES2_D3D11(), ES3_D3D11(), false), // Switching to newer client version…
1731PlatformsWithLinkResult(ES2_VULKAN(), ES2_VULKAN(), true ), // Loading + reloading binary should…
[all …]