Searched refs:tmpStride (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gchips/gralloc3/src/ |
D | GrallocAllocator.cpp | 95 int stride = 0, tmpStride = 0; in allocate() local 134 mali_gralloc_query_getstride(tmpBuffer, &tmpStride); in allocate() 138 stride = tmpStride; in allocate() 140 else if (stride != tmpStride) in allocate()
|
D | GrallocWrapper.cpp | 222 [&](const auto& tmpError, const auto& tmpStride, in allocate() 242 *outStride = tmpStride; in allocate()
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Allocator.cpp | 112 int tmpStride = 0; in allocate() local 113 tmpStride = bufferDescriptor.pixel_stride; in allocate() 117 stride = tmpStride; in allocate() 119 else if (stride != tmpStride) in allocate()
|
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | Gralloc0Hal.h | 89 uint32_t tmpStride; in allocateBuffers() local 90 error = allocateOneBuffer(descriptorInfo, &tmpBuffer, &tmpStride); in allocateBuffers() 98 stride = tmpStride; in allocateBuffers() 99 } else if (stride != tmpStride) { in allocateBuffers()
|
D | Gralloc1Hal.h | 104 uint32_t tmpStride; in allocateBuffers() local 105 error = allocateOneBuffer(desc, &tmpBuffer, &tmpStride); in allocateBuffers() 113 stride = tmpStride; in allocateBuffers() 114 } else if (stride != tmpStride) { in allocateBuffers()
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/ |
D | MapperVts.cpp | 83 [&](const auto& tmpError, const auto& tmpStride, const auto& tmpBuffers) { in allocate() argument 96 *outStride = tmpStride; in allocate()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 98 [&](const auto& tmpError, const auto& tmpStride, const auto& tmpBuffers) { in allocate() argument 111 *outStride = tmpStride; in allocate()
|
/hardware/interfaces/graphics/mapper/4.0/utils/vts/ |
D | MapperVts.cpp | 93 [&](const auto& tmpError, const auto& tmpStride, const auto& tmpBuffers) { in allocate() argument 116 *outStride = tmpStride; in allocate()
|