Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLProtectedContentTest.cpp336 void textureTest(bool isProtectedContext, bool isProtectedTexture);
337 void textureFromImageTest(bool isProtectedContext, bool isProtectedTexture);
338 void textureFromPbufferTest(bool isProtectedContext, bool isProtectedTexture);
339 void textureFromAndroidNativeBufferTest(bool isProtectedContext, bool isProtectedTexture);
511 void EGLProtectedContentTest::textureTest(bool isProtectedContext, bool isProtectedTexture) in textureTest() argument
515 bool isProtectedSurface = isProtectedTexture; in textureTest()
540 bool result = createTexture(isProtectedTexture, &texture); in textureTest()
541 if (isProtectedTexture && !isProtectedContext) in textureTest()
590 void EGLProtectedContentTest::textureFromImageTest(bool isProtectedContext, bool isProtectedTexture) in textureFromImageTest() argument
594 bool isProtectedSurface = isProtectedTexture; in textureFromImageTest()
[all …]