Home
last modified time | relevance | path

Searched defs:pixelsPerByte (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/tools/GpuMemDumpVis/
H A DGpuMemDumpVis.py190 def DrawBlock(draw, y, block, pixelsPerByte): argument
211 def DrawDedicatedAllocationBlock(draw, y, dedicatedAlloc, pixelsPerByte): argument
257 imgHeight, pixelsPerByte = CalcParams() variable
/aosp_15_r20/external/skia/src/codec/
H A DSkCodecPriv.h116 static inline size_t compute_row_bytes_ppb(int width, uint32_t pixelsPerByte) { in compute_row_bytes_ppb()
133 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in compute_row_bytes() local