Searched refs:useContextPriority (Results 1 – 9 of 9) sorted by relevance
/aosp12/hardware/interfaces/configstore/1.1/default/ |
H A D | SurfaceFlingerConfigs.h | 39 Return<void> useContextPriority(useContextPriority_cb _hidl_cb) override;
|
H A D | SurfaceFlingerConfigs.cpp | 47 Return<void> SurfaceFlingerConfigs::useContextPriority(useContextPriority_cb _hidl_cb) { in useContextPriority() function in android::hardware::configstore::V1_1::implementation::SurfaceFlingerConfigs
|
/aosp12/hardware/interfaces/configstore/1.0/vts/functional/ |
H A D | VtsHalConfigstoreV1_0TargetTest.cpp | 65 status = sfConfigs->useContextPriority( in TEST_P()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.cpp | 230 bool useContextPriority = in create() local 234 protectedContext = createEglContext(display, config, nullptr, useContextPriority, in create() 239 EGLContext ctxt = createEglContext(display, config, protectedContext, useContextPriority, in create() 1557 EGLContext shareContext, bool useContextPriority, in createEglContext() argument 1580 if (useContextPriority) { in createEglContext()
|
H A D | GLESRenderEngine.h | 122 EGLContext shareContext, bool useContextPriority,
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlingerProperties.cpp | 62 return getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::useContextPriority>( in use_context_priority()
|
H A D | SurfaceFlinger.h | 248 static bool useContextPriority; variable
|
H A D | SurfaceFlinger.cpp | 336 bool SurfaceFlinger::useContextPriority; member in android::SurfaceFlinger 424 useContextPriority = use_context_priority(true); in SurfaceFlinger() 817 useContextPriority in init()
|
/aosp12/hardware/interfaces/configstore/1.0/ |
H A D | ISurfaceFlingerConfigs.hal | 47 useContextPriority() generates(OptionalBool value);
|