Searched refs:ShadowTask (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DTessellationCache.cpp278 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*>(mShadowCach
[all...]
H A DTessellationCache.h91 class ShadowTask : public Task<vertexBuffer_pair_t> { class in class:android::uirenderer::TessellationCache
93 ShadowTask(const Matrix4* drawTransform, const Rect& localClip, bool opaque, function in class:android::uirenderer::TessellationCache::ShadowTask
175 sp<ShadowTask> getShadowTask(const Matrix4* drawTransform, const Rect& localClip,
H A DRecordedOp.h366 ShadowOp(sp<TessellationCache::ShadowTask>& shadowTask, float casterAlpha)
371 sp<TessellationCache::ShadowTask> shadowTask;
H A DFrameBuilder.cpp449 sp<TessellationCache::ShadowTask> task = mCaches.tessellationCache.getShadowTask(

Completed in 57 milliseconds