Home
last modified time | relevance | path

Searched defs:EGLProtectedContentTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLProtectedContentTest.cpp27 class EGLProtectedContentTest : public ANGLETest<> class
30 EGLProtectedContentTest() : mDisplay(EGL_NO_DISPLAY) {} in EGLProtectedContentTest() function in EGLProtectedContentTest
416 TEST_P(EGLProtectedContentTest, UnprotectedContextWithUnprotectedPbufferSurface) in TEST_P() argument
494 TEST_P(EGLProtectedContentTest, UnprotectedContextWithUnprotectedWindowSurface) in TEST_P() argument
500 TEST_P(EGLProtectedContentTest, ProtectedContextWithProtectedWindowSurface) in TEST_P() argument
506 TEST_P(EGLProtectedContentTest, ProtectedContextWithProtectedMutableRenderBufferWindowSurface) in TEST_P() argument
579 TEST_P(EGLProtectedContentTest, UnprotectedContextWithUnprotectedTexture) in TEST_P() argument
585 TEST_P(EGLProtectedContentTest, ProtectedContextWithProtectedTexture) in TEST_P() argument
670 TEST_P(EGLProtectedContentTest, UnprotectedContextWithUnprotectedTextureFromImage) in TEST_P() argument
676 TEST_P(EGLProtectedContentTest, ProtectedContextWithProtectedTextureFromImage) in TEST_P() argument
[all …]