Searched defs:GetAlignedWidthAndHeight (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_allocator.cpp200 GetAlignedWidthAndHeight(descriptors[i], &alignedw, &alignedh);
341 GetAlignedWidthAndHeight(descriptor, alignedw, alignedh);
348 GetAlignedWidthAndHeight(descriptor, alignedw, alignedh);
365 GetAlignedWidthAndHeight(descriptor, alignedw, alignedh);
438 GetAlignedWidthAndHeight(descriptor, &width, &height);
790 void Allocator::GetAlignedWidthAndHeight(const BufferDescriptor &descriptor, unsigned int *alignedw, function in class:gralloc1::Allocator
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_allocator.cpp208 GetAlignedWidthAndHeight(descriptors[i], &alignedw, &alignedh);
349 GetAlignedWidthAndHeight(descriptor, alignedw, alignedh);
356 GetAlignedWidthAndHeight(descriptor, alignedw, alignedh);
373 GetAlignedWidthAndHeight(descriptor, alignedw, alignedh);
446 GetAlignedWidthAndHeight(descriptor, &width, &height);
810 void Allocator::GetAlignedWidthAndHeight(const BufferDescriptor &descriptor, unsigned int *alignedw, function in class:gralloc1::Allocator

Completed in 60 milliseconds