Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DLayerDebugInfo.cpp51 RETURN_ON_ERROR(parcel->writeInt32(mPixelFormat)); in writeToParcel()
94 RETURN_ON_ERROR(parcel->readInt32(&mPixelFormat)); in readFromParcel()
128 result.appendFormat("pixelformat=%s, ", decodePixelFormat(info.mPixelFormat).c_str()); in to_string()
/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h58 PixelFormat mPixelFormat = PIXEL_FORMAT_NONE; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp1417 info.mPixelFormat = getPixelFormat(); in getLayerDebugInfo()