Home
last modified time | relevance | path

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

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