Annotation Type EGLSurfaceTexture.SecureMode
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface EGLSurfaceTexture.SecureMode
Secure mode to be used by the EGL surface and context. One ofEGLSurfaceTexture.SECURE_MODE_NONE
,EGLSurfaceTexture.SECURE_MODE_SURFACELESS_CONTEXT
orEGLSurfaceTexture.SECURE_MODE_PROTECTED_PBUFFER
.