OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShadowTask
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
TessellationCache.h
91
class
ShadowTask
: public Task<vertexBuffer_pair_t> {
93
ShadowTask
(const Matrix4* drawTransform, const Rect& localClip, bool opaque,
175
sp<
ShadowTask
> getShadowTask(const Matrix4* drawTransform, const Rect& localClip,
TessellationCache.cpp
278
TessellationCache::
ShadowTask
* t = static_cast<TessellationCache::
ShadowTask
*>(task.get());
362
sp<
ShadowTask
> task = new
ShadowTask
(drawTransform, localClip, opaque,
377
ShadowTask
* task = static_cast<
ShadowTask
*>(mShadowCache.get(key));
381
task = static_cast<
ShadowTask
*>(mShadowCache.get(key));
387
sp<TessellationCache::
ShadowTask
> TessellationCache::getShadowTask(
393
ShadowTask
* task = static_cast<
ShadowTask
*>(mShadowCache.get(key))
[
all
...]
RecordedOp.h
366
ShadowOp(sp<TessellationCache::
ShadowTask
>&
shadowTask
, float casterAlpha)
368
,
shadowTask
(
shadowTask
)
371
sp<TessellationCache::
ShadowTask
>
shadowTask
;
FrameBuilder.cpp
449
sp<TessellationCache::
ShadowTask
> task = mCaches.tessellationCache.getShadowTask(
[
all
...]
Completed in 361 milliseconds