Home
last modified time | relevance | path

Searched refs:runningInEmulator (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DProperties.cpp79 bool Properties::runningInEmulator = false; member in android::uirenderer::Properties
138 runningInEmulator = base::GetBoolProperty(PROPERTY_IS_EMULATOR, false); in load()
H A DProperties.h273 static bool runningInEmulator; variable
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DShaderCache.cpp85 if (!Properties::runningInEmulator && mFilename.length() > 0) { in initShaderDiskCache()