Searched refs:currentSnapshot (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp121 if (currentSnapshot()->flags & Snapshot::kFlagFboTarget) {
H A DOpenGLRenderer.cpp229 if (currentSnapshot()->fbo == 0) {
275 const Snapshot* snapshot = currentSnapshot();
345 mRenderState.bindFramebuffer(currentSnapshot()->fbo);
353 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone;
608 if (!currentSnapshot()->isIgnored()) {
628 const Snapshot& previous = *(currentSnapshot()->previous);
665 if (!currentSnapshot()->isIgnored() && (flags & SkCanvas::kClipToLayer_SaveFlag)) {
675 if (!currentSnapshot()->isIgnored()) {
751 if (currentSnapshot()->isIgnored()) {
1279 if (!currentSnapshot()
[all...]
H A DOpenGLRenderer.h235 int getViewportWidth() { return currentSnapshot()->getViewportWidth(); }
236 int getViewportHeight() { return currentSnapshot()->getViewportHeight(); }
340 const Vector3& getLightCenter() const { return currentSnapshot()->getRelativeLightCenter(); }
H A DStatefulBaseRenderer.h140 inline const Snapshot* currentSnapshot() const { function in class:android::uirenderer::StatefulBaseRenderer

Completed in 113 milliseconds