Searched defs:getBufferSizeAndDimensions (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp507 size_t getBufferSizeAndDimensions(int width, int height, int format, function
525 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage, function
636 data.size = getBufferSizeAndDimensions(w, h, format, usage, alignedw,
/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp504 unsigned int getBufferSizeAndDimensions(int width, int height, int format, function
522 unsigned int getBufferSizeAndDimensions(int width, int height, int format, function
632 data.size = getBufferSizeAndDimensions(w, h, format, usage, alignedw,
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp254 size_t getBufferSizeAndDimensions(int width, int height, int format, function
362 data.size = getBufferSizeAndDimensions(w, h, format, alignedw, alignedh);
/hardware/qcom/display/msm8974/libgralloc/
H A Dalloc_controller.cpp273 size_t getBufferSizeAndDimensions(int width, int height, int format, function
372 data.size = getBufferSizeAndDimensions(w, h, format, alignedw, alignedh);

Completed in 177 milliseconds