Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/include/renderengine/
DRenderEngine.h253 RenderEngine::ContextPriority contextPriority; member
271 contextPriority(_contextPriority), in RenderEngineCreationArgs()
303 Builder& setContextPriority(RenderEngine::ContextPriority contextPriority) { in setContextPriority()
304 this->contextPriority = contextPriority; in setContextPriority()
314 supportsBackgroundBlur, contextPriority, renderEngineType); in build()
325 RenderEngine::ContextPriority contextPriority = RenderEngine::ContextPriority::MEDIUM; member
/frameworks/av/media/libstagefright/renderfright/include/renderengine/
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
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp81 bool contextPriority = false; member
313 EglExtensions.contextPriority = extensions.has("EGL_IMG_context_priority"); in initExtensions()
362 if (Properties::contextPriority != 0 && EglExtensions.contextPriority) { in createContext()
364 contextAttributes.push_back(Properties::contextPriority); in createContext()
DVulkanManager.cpp275 if (Properties::contextPriority != 0 && in setupDevice()
281 switch (Properties::contextPriority) { in setupDevice()
/frameworks/base/libs/hwui/
DProperties.h286 static int contextPriority; variable
DProperties.cpp82 int Properties::contextPriority = 0; member in android::uirenderer::Properties
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.h84 std::optional<ContextPriority> contextPriority,
DSkiaGLRenderEngine.cpp1427 std::optional<ContextPriority> contextPriority, in createEglContext() argument
1450 if (contextPriority) { in createEglContext()
1452 switch (*contextPriority) { in createEglContext()
1497 switch (args.contextPriority) { in createContextPriority()
1508 return args.contextPriority; in createContextPriority()
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp231 switch (args.contextPriority) { in createContextPriority()
242 return args.contextPriority; in createContextPriority()
1643 std::optional<ContextPriority> contextPriority, in createEglContext() argument
1666 if (contextPriority) { in createEglContext()
1668 switch (*contextPriority) { in createEglContext()
DGLESRenderEngine.h125 std::optional<ContextPriority> contextPriority,
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_HardwareRenderer.cpp789 jint contextPriority) { in android_view_ThreadedRenderer_setContextPriority() argument
790 Properties::contextPriority = contextPriority; in android_view_ThreadedRenderer_setContextPriority()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp231 extensions.hasContextPriority() && args.contextPriority == ContextPriority::HIGH; in create()