Home
last modified time | relevance | path

Searched defs:contextPriority (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DRenderEngine.h244 RenderEngine::ContextPriority contextPriority; member
316 RenderEngine::ContextPriority contextPriority = RenderEngine::ContextPriority::MEDIUM; member
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DRenderEngine.h207 RenderEngine::ContextPriority contextPriority; member
287 RenderEngine::ContextPriority contextPriority = RenderEngine::ContextPriority::MEDIUM; member
/aosp12/frameworks/base/libs/hwui/
H A DProperties.cpp83 int Properties::contextPriority = 0; member in android::uirenderer::Properties
H A DProperties.h278 static int contextPriority; variable
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp81 bool contextPriority = false; member
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp1301 std::optional<ContextPriority> contextPriority, in createEglContext()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp1637 std::optional<ContextPriority> contextPriority, in createEglContext()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp801 jint contextPriority) { in android_view_ThreadedRenderer_setContextPriority()