Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLProtectedContentTest.cpp342 bool isProtectedContext, in checkSwapBuffersResult()
379 void EGLProtectedContentTest::pbufferTest(bool isProtectedContext, bool isProtectedSurface) in pbufferTest()
421 void EGLProtectedContentTest::windowTest(bool isProtectedContext, in windowTest()
511 void EGLProtectedContentTest::textureTest(bool isProtectedContext, bool isProtectedTexture) in textureTest()
590 void EGLProtectedContentTest::textureFromImageTest(bool isProtectedContext, bool isProtectedTexture) in textureFromImageTest()
681 void EGLProtectedContentTest::textureFromPbufferTest(bool isProtectedContext, in textureFromPbufferTest()
767 void EGLProtectedContentTest::textureFromAndroidNativeBufferTest(bool isProtectedContext, in textureFromAndroidNativeBufferTest()
868 bool isProtectedContext = true; in TEST_P() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h544 uint32_t isProtectedContext : 1; member
603 uint32_t isProtectedContext : 1; member
678 uint32_t isProtectedContext : 1; member
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_graphics_SurfaceTexture.cpp66 static bool isProtectedContext() { in isProtectedContext() function