Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DRenderEngine.h244 RenderEngine::ContextPriority contextPriority; member
262 contextPriority(_contextPriority), in RenderEngineCreationArgs()
294 Builder& setContextPriority(RenderEngine::ContextPriority contextPriority) { in setContextPriority()
295 this->contextPriority = contextPriority; in setContextPriority()
305 supportsBackgroundBlur, contextPriority, renderEngineType); in build()
316 RenderEngine::ContextPriority contextPriority = RenderEngine::ContextPriority::MEDIUM; member
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DRenderEngine.h207 RenderEngine::ContextPriority contextPriority; member
227 contextPriority(_contextPriority), in RenderEngineCreationArgs()
260 Builder& setContextPriority(RenderEngine::ContextPriority contextPriority) { in setContextPriority()
261 this->contextPriority = contextPriority; in setContextPriority()
275 supportsBackgroundBlur, contextPriority, renderEngineType, in build()
287 RenderEngine::ContextPriority contextPriority = RenderEngine::ContextPriority::MEDIUM; member
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp81 bool contextPriority = false; member
268 EglExtensions.contextPriority = extensions.has("EGL_IMG_context_priority"); in initExtensions()
317 if (Properties::contextPriority != 0 && EglExtensions.contextPriority) { in createContext()
319 contextAttributes.push_back(Properties::contextPriority); in createContext()
H A DVulkanManager.cpp272 if (Properties::contextPriority != 0 && in setupDevice()
278 switch (Properties::contextPriority) { in setupDevice()
/aosp12/frameworks/native/libs/renderengine/
H A DRenderEngine.cpp69 .setContextPriority(args.contextPriority) in create()
/aosp12/frameworks/base/libs/hwui/
H A DProperties.h278 static int contextPriority; variable
H A DProperties.cpp83 int Properties::contextPriority = 0; member in android::uirenderer::Properties
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp1301 std::optional<ContextPriority> contextPriority, in createEglContext() argument
1324 if (contextPriority) { in createEglContext()
1326 switch (*contextPriority) { in createEglContext()
1371 switch (args.contextPriority) { in createContextPriority()
1382 return args.contextPriority; in createContextPriority()
H A DSkiaGLRenderEngine.h85 std::optional<ContextPriority> contextPriority,
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp231 switch (args.contextPriority) { in createContextPriority()
242 return args.contextPriority; in createContextPriority()
1637 std::optional<ContextPriority> contextPriority, in createEglContext() argument
1660 if (contextPriority) { in createEglContext()
1662 switch (*contextPriority) { in createEglContext()
H A DGLESRenderEngine.h125 std::optional<ContextPriority> contextPriority,
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp801 jint contextPriority) { in android_view_ThreadedRenderer_setContextPriority() argument
802 Properties::contextPriority = contextPriority; in android_view_ThreadedRenderer_setContextPriority()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp231 extensions.hasContextPriority() && args.contextPriority == ContextPriority::HIGH; in create()