OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForGpuCompletion
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
314
static bool
waitForGpuCompletion
;
Properties.cpp
68
bool Properties::
waitForGpuCompletion
= false;
/frameworks/base/libs/hwui/tests/macrobench/
main.cpp
236
Properties::
waitForGpuCompletion
= true;
/frameworks/base/libs/hwui/renderthread/
EglManager.cpp
334
if (CC_UNLIKELY(Properties::
waitForGpuCompletion
)) {
VulkanManager.cpp
606
if (CC_UNLIKELY(Properties::
waitForGpuCompletion
)) {
Completed in 237 milliseconds