Searched refs:mPixelFormat (Results 1 – 3 of 3) sorted by relevance
51 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()
58 PixelFormat mPixelFormat = PIXEL_FORMAT_NONE; variable
1417 info.mPixelFormat = getPixelFormat(); in getLayerDebugInfo()