Lines Matching refs:BufferLayer

58 BufferLayer::BufferLayer(const LayerCreationArgs& args)  in BufferLayer()  function in android::BufferLayer
71 BufferLayer::~BufferLayer() { in ~BufferLayer()
76 void BufferLayer::useSurfaceDamage() { in useSurfaceDamage()
84 void BufferLayer::useEmptyDamage() { in useEmptyDamage()
88 bool BufferLayer::isOpaque(const Layer::State& s) const { in isOpaque()
100 bool BufferLayer::isVisible() const { in isVisible()
108 bool BufferLayer::isFixedSize() const { in isFixedSize()
112 bool BufferLayer::usesSourceCrop() const { in usesSourceCrop()
134 bool BufferLayer::prepareClientLayer(const RenderArea& renderArea, const Region& clip, in prepareClientLayer()
154 if (finished || layer == static_cast<BufferLayer const*>(this)) { in prepareClientLayer()
249 bool BufferLayer::isHdrY410() const { in isHdrY410()
256 PixelFormat BufferLayer::getPixelFormat() const { in getPixelFormat()
263 void BufferLayer::setPerFrameData(const sp<const DisplayDevice>& displayDevice, in setPerFrameData()
349 bool BufferLayer::onPreComposition(nsecs_t refreshStartTime) { in onPreComposition()
358 bool BufferLayer::onPostComposition(const std::optional<DisplayId>& displayId, in onPostComposition()
405 bool BufferLayer::latchBuffer(bool& recomputeVisibleRegions, nsecs_t latchTime) { in latchBuffer()
550 void BufferLayer::notifyAvailableFrames() { in notifyAvailableFrames()
569 bool BufferLayer::hasReadyFrame() const { in hasReadyFrame()
573 uint32_t BufferLayer::getEffectiveScalingMode() const { in getEffectiveScalingMode()
581 bool BufferLayer::isProtected() const { in isProtected()
586 bool BufferLayer::latchUnsignaledBuffers() { in latchUnsignaledBuffers()
601 bool BufferLayer::allTransactionsSignaled() { in allTransactionsSignaled()
634 bool BufferLayer::getOpacityForFormat(uint32_t format) { in getOpacityForFormat()
649 bool BufferLayer::needsFiltering(const sp<const DisplayDevice>& displayDevice) const { in needsFiltering()
668 uint64_t BufferLayer::getHeadFrameNumber() const { in getHeadFrameNumber()
676 Rect BufferLayer::getBufferSize(const State& s) const { in getBufferSize()
706 std::shared_ptr<compositionengine::Layer> BufferLayer::getCompositionLayer() const { in getCompositionLayer()
710 FloatRect BufferLayer::computeSourceBounds(const FloatRect& parentBounds) const { in computeSourceBounds()