HomeSort by relevance Sort by last modified time
    Searched defs:getBufferSizeAndDimensions (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 499 size_t getBufferSizeAndDimensions(int width, int height, int format,
517 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage,
564 data.size = getBufferSizeAndDimensions(w, h, format, usage, alignedw,
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.cpp 254 size_t getBufferSizeAndDimensions(int width, int height, int format,
355 data.size = getBufferSizeAndDimensions(w, h, format, alignedw, alignedh);
  /hardware/qcom/display/msm8974/libgralloc/
alloc_controller.cpp 273 size_t getBufferSizeAndDimensions(int width, int height, int format,
372 data.size = getBufferSizeAndDimensions(w, h, format, alignedw, alignedh);
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 507 size_t getBufferSizeAndDimensions(int width, int height, int format,
525 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage,
636 data.size = getBufferSizeAndDimensions(w, h, format, usage, alignedw,

Completed in 44 milliseconds