• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:grallocUsage

466         uint64_t grallocUsage,  in PopulatePlaneLayout()  argument
497 const_cast<native_handle_t *>(buffer), grallocUsage, rect, &pointer); in PopulatePlaneLayout()
572 const_cast<native_handle_t*>(buffer), grallocUsage, rect, &pointer); in PopulatePlaneLayout()
629 const_cast<native_handle_t*>(buffer), grallocUsage, rect, &pointer); in PopulatePlaneLayout()
650 const_cast<native_handle_t*>(buffer), grallocUsage, rect, &ycbcrLayout); in PopulatePlaneLayout()
720 const_cast<native_handle_t*>(buffer), grallocUsage, rect, layout, addr); in PopulatePlaneLayout()
727 const_cast<native_handle_t *>(buffer), grallocUsage, rect, &pointer); in PopulatePlaneLayout()
785 const_cast<native_handle_t*>(buffer), grallocUsage, rect, layout, addr); in PopulatePlaneLayout()
793 const_cast<native_handle_t*>(buffer), grallocUsage, rect, &ycbcrLayout); in PopulatePlaneLayout()
860 const_cast<native_handle_t *>(buffer), grallocUsage, rect, &pointer); in PopulatePlaneLayout()
993 uint64_t grallocUsage, uint32_t stride,
1019 uint64_t grallocUsage, uint32_t stride, in C2AllocationGralloc() argument
1028 mGrallocUsage(grallocUsage), in C2AllocationGralloc()
1068 uint64_t grallocUsage = static_cast<C2AndroidMemoryUsage>(usage).asGrallocUsage(); in map() local
1070 (long long)usage.expected, (long long)grallocUsage); in map()
1110 mBuffer, rect, mFormat, grallocUsage, mStride, layout, addr); in map()
1213 uint64_t grallocUsage = static_cast<C2AndroidMemoryUsage>(usage).asGrallocUsage(); in newGraphicAllocation() local
1215 (long long)usage.expected, (long long)grallocUsage); in newGraphicAllocation()
1222 1u /* layer count */, grallocUsage, &buffer, &stride, "C2GrallocAllocation"); in newGraphicAllocation()
1232 width, height, format, 1u /* layer count */, grallocUsage, stride, hidlHandle, in newGraphicAllocation()
1235 format, grallocUsage, stride, in newGraphicAllocation()
1253 uint64_t grallocUsage; in priorGraphicAllocation() local
1257 handle, &width, &height, &format, &grallocUsage, &stride, in priorGraphicAllocation()
1268 grallocUsage, stride, hidlHandle, grallocHandle, mTraits->id)); in priorGraphicAllocation()
1338 uint64_t grallocUsage, uint32_t stride,
1363 uint64_t grallocUsage, uint32_t stride, in C2AllocationAhwb() argument
1371 mGrallocUsage(grallocUsage), in C2AllocationAhwb()
1419 uint64_t grallocUsage = static_cast<C2AndroidMemoryUsage>(usage).asGrallocUsage(); in map() local
1421 (long long)usage.expected, (long long)grallocUsage); in map()
1460 mBuffer, rect, mFormat, grallocUsage, mStride, layout, addr); in map()
1563 uint64_t grallocUsage; in priorGraphicAllocation() local
1568 handle, &width, &height, &format, &grallocUsage, &stride, &origId); in priorGraphicAllocation()
1575 grallocUsage, stride, ahwbHandle, mTraits->id)); in priorGraphicAllocation()