Searched refs:dirtyFrame (Results 1 – 1 of 1) sorted by relevance
104 DirtyStack* dirtyFrame = mHead; in popTransform() local106 switch (dirtyFrame->type) { in popTransform()108 applyRenderNodeTransform(dirtyFrame); in popTransform()111 applyMatrix4Transform(dirtyFrame); in popTransform()114 mHead->pendingDirty.join(dirtyFrame->pendingDirty); in popTransform()117 LOG_ALWAYS_FATAL("Tried to pop an invalid type: %d", dirtyFrame->type); in popTransform()