Searched refs:supportsBackgroundBlur (Results 1 – 2 of 2) sorted by relevance
185 bool supportsBackgroundBlur; member205 , supportsBackgroundBlur(_supportsBackgroundBlur) in RenderEngineCreationArgs()233 Builder& setSupportsBackgroundBlur(bool supportsBackgroundBlur) { in setSupportsBackgroundBlur()234 this->supportsBackgroundBlur = supportsBackgroundBlur; in setSupportsBackgroundBlur()244 supportsBackgroundBlur, contextPriority); in build()254 bool supportsBackgroundBlur = false; member
269 LOG_ALWAYS_FATAL_IF(args.supportsBackgroundBlur && version < GLES_VERSION_3_0, in create()404 if (args.supportsBackgroundBlur) { in GLESRenderEngine()