Searched refs:PlatformsWithLinkResult (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ProgramBinaryTest.cpp | 1500 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> 1726 …PlatformsWithLinkResult(ES2_D3D11(), ES2_D3D11(), true ), // Loading + reloading binary should… 1727 …PlatformsWithLinkResult(ES3_D3D11(), ES3_D3D11(), true ), // Loading + reloading binary should… 1728 …PlatformsWithLinkResult(ES2_D3D11(), ES2_D3D9(), false), // Switching from D3D11 to D3D9 shou… 1729 …PlatformsWithLinkResult(ES2_D3D9(), ES2_D3D11(), false), // Switching from D3D9 to D3D11 shou… 1730 …PlatformsWithLinkResult(ES2_D3D11(), ES3_D3D11(), false), // Switching to newer client version… 1731 …PlatformsWithLinkResult(ES2_VULKAN(), ES2_VULKAN(), true ), // Loading + reloading binary should… [all …]
|