Home
last modified time | relevance | path

Searched refs:getExternalTexture (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayer.h484 const std::shared_ptr<renderengine::ExternalTexture>& getExternalTexture() const;
DLayer.cpp2211 auto buffer = getExternalTexture(); in writeToProtoDrawingState()
4307 const std::shared_ptr<renderengine::ExternalTexture>& Layer::getExternalTexture() const { in getExternalTexture() function in android::Layer