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
213
sp<TaskProcessor<vertexBuffer_pair_t> >
mShadowProcessor
;
TessellationCache.cpp
364
if (
mShadowProcessor
== nullptr) {
365
mShadowProcessor
= new ShadowProcessor(Caches::getInstance());
367
mShadowProcessor
->add(task);
Completed in 308 milliseconds