Home | History | Annotate | Download | only in hwui

Lines Matching defs:offscreenBuffer

71     WARN_UNUSED_RESULT OffscreenBuffer* startTemporaryLayer(uint32_t width, uint32_t height);
72 void recycleTemporaryLayer(OffscreenBuffer* offscreenBuffer);
73 void startRepaintLayer(OffscreenBuffer* offscreenBuffer, const Rect& repaintRect);
75 WARN_UNUSED_RESULT OffscreenBuffer* copyToLayer(const Rect& area);
90 bool offscreenRenderTarget() { return mRenderTarget.offscreenBuffer != nullptr; }
126 // If not drawing to a layer: fbo = 0, offscreenBuffer = null,
129 OffscreenBuffer* offscreenBuffer = nullptr;
139 // bounds of FBO texture. offscreenBuffer->texture has this information.