Searched defs:EGLContextSharingTest (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/tests/egl_tests/ |
H A D | EGLContextSharingTest.cpp | 36 class EGLContextSharingTest : public ANGLETest<> class 39 EGLContextSharingTest() : mContexts{EGL_NO_CONTEXT, EGL_NO_CONTEXT}, mTexture(0) {} in EGLContextSharingTest() function in __anonb5bdce490111::EGLContextSharingTest 184 TEST_P(EGLContextSharingTest, BindTextureAfterShareContextFree) in TEST_P() argument 210 TEST_P(EGLContextSharingTest, DisplayShareGroupContextCreation) in TEST_P() argument 252 TEST_P(EGLContextSharingTest, DisplayShareGroupObjectSharing) in TEST_P() argument 316 TEST_P(EGLContextSharingTest, DisplayShareGroupReleasedWithLastContext) in TEST_P() argument 363 TEST_P(EGLContextSharingTest, DisplayShareGroupReleaseShareGroupThatOwnsStagedUpdates) in TEST_P() argument 415 TEST_P(EGLContextSharingTest, DisplayShareGroupReleaseShareGroupThenDestroyTexture) in TEST_P() argument 469 TEST_P(EGLContextSharingTest, TextureLifetime) in TEST_P() argument 523 TEST_P(EGLContextSharingTest, SamplerLifetime) in TEST_P() argument [all …]
|