Searched refs:contextPriority (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/native/libs/renderengine/include/renderengine/ |
H A D | RenderEngine.h | 244 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 D | RenderEngine.h | 207 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 D | EglManager.cpp | 81 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 D | VulkanManager.cpp | 272 if (Properties::contextPriority != 0 && in setupDevice() 278 switch (Properties::contextPriority) { in setupDevice()
|
/aosp12/frameworks/native/libs/renderengine/ |
H A D | RenderEngine.cpp | 69 .setContextPriority(args.contextPriority) in create()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | Properties.h | 278 static int contextPriority; variable
|
H A D | Properties.cpp | 83 int Properties::contextPriority = 0; member in android::uirenderer::Properties
|
/aosp12/frameworks/native/libs/renderengine/skia/ |
H A D | SkiaGLRenderEngine.cpp | 1301 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 D | SkiaGLRenderEngine.h | 85 std::optional<ContextPriority> contextPriority,
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLESRenderEngine.cpp | 231 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 D | GLESRenderEngine.h | 125 std::optional<ContextPriority> contextPriority,
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_HardwareRenderer.cpp | 801 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 D | GLESRenderEngine.cpp | 231 extensions.hasContextPriority() && args.contextPriority == ContextPriority::HIGH; in create()
|