Home
last modified time | relevance | path

Searched refs:mActiveBufferFormat (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DLayerDebugInfo.cpp59 RETURN_ON_ERROR(parcel->writeInt32(mActiveBufferFormat)); in writeToParcel()
104 RETURN_ON_ERROR(parcel->readInt32(&mActiveBufferFormat)); in readFromParcel()
148 decodePixelFormat(info.mActiveBufferFormat).c_str()); in to_string()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerDebugInfo.h65 PixelFormat mActiveBufferFormat = PIXEL_FORMAT_NONE; variable
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1405 info.mActiveBufferFormat = buffer->format; in getLayerDebugInfo()
1410 info.mActiveBufferFormat = 0; in getLayerDebugInfo()