Searched refs:createProtectedNativeBackend (Results 1 – 6 of 6) sorted by relevance
68 if (fDisplayParams->createProtectedNativeBackend() && in onInitializeContext()72 .createProtectedNativeBackend(false) in onInitializeContext()102 if (fDisplayParams->createProtectedNativeBackend()) { in onInitializeContext()118 fDisplayParams->createProtectedNativeBackend() ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in onInitializeContext()119 fDisplayParams->createProtectedNativeBackend() ? EGL_TRUE : EGL_NONE, in onInitializeContext()
61 bool createProtectedNativeBackend() const { return fCreateProtectedNativeBackend; } in createProtectedNativeBackend() function129 DisplayParamsBuilder& createProtectedNativeBackend(bool createProtectedNativeBackend) { in createProtectedNativeBackend() function130 fDisplayParams->fCreateProtectedNativeBackend = createProtectedNativeBackend; in createProtectedNativeBackend()
72 fDisplayParams->createProtectedNativeBackend())) { in initializeContext()303 swapchainCreateInfo.flags = fDisplayParams->createProtectedNativeBackend() in createSwapchain()381 info.fProtected = skgpu::Protected(fDisplayParams->createProtectedNativeBackend()); in createBuffers()
76 fDisplayParams->createProtectedNativeBackend())) { in initializeContext()301 swapchainCreateInfo.flags = fDisplayParams->createProtectedNativeBackend() in createSwapchain()380 fDisplayParams->createProtectedNativeBackend() ? VK_IMAGE_CREATE_PROTECTED_BIT : 0; in createBuffers()
69 fbInfo.fProtected = skgpu::Protected(fDisplayParams->createProtectedNativeBackend()); in getBackbufferSurface()
609 paramsBuilder.createProtectedNativeBackend(FLAGS_createProtected);