Home
last modified time | relevance | path

Searched refs:tmpStride (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gchips/gralloc3/src/
DGrallocAllocator.cpp95 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()
DGrallocWrapper.cpp222 [&](const auto& tmpError, const auto& tmpStride, in allocate()
242 *outStride = tmpStride; in allocate()
/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp112 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/
DGralloc0Hal.h89 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()
DGralloc1Hal.h104 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/
DMapperVts.cpp83 [&](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/
DMapperVts.cpp98 [&](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/
DMapperVts.cpp93 [&](const auto& tmpError, const auto& tmpStride, const auto& tmpBuffers) { in allocate() argument
116 *outStride = tmpStride; in allocate()