OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShadowProcessor
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
TessellationCache.h
204
sp<TaskProcessor<vertexBuffer_pair_t> >
mShadowProcessor
;
TessellationCache.cpp
352
if (
mShadowProcessor
== nullptr) {
353
mShadowProcessor
= new ShadowProcessor(Caches::getInstance());
355
mShadowProcessor
->add(task);
Completed in 99 milliseconds