Searched refs:dirtyFrame (Results 1 – 1 of 1) sorted by relevance
105 DirtyStack* dirtyFrame = mHead; in popTransform() local107 switch (dirtyFrame->type) { in popTransform()109 applyRenderNodeTransform(dirtyFrame); in popTransform()112 applyMatrix4Transform(dirtyFrame); in popTransform()115 mHead->pendingDirty.join(dirtyFrame->pendingDirty); in popTransform()118 LOG_ALWAYS_FATAL("Tried to pop an invalid type: %d", dirtyFrame->type); in popTransform()