Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:height

51 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
53 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
57 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
58 void getBufferAttributes(int width, int height, int format, int usage,
69 // Allocate buffer from width, height, format into a private_handle_t
116 * Function to compute aligned width and aligned height based on
117 * width, height, format and usage flags.
119 * @return aligned width, aligned height
121 void getAlignedWidthAndHeight(int width, int height, int format,
125 * Function to compute the adreno aligned width and aligned height
128 * @return aligned width, aligned height
130 void getGpuAlignedWidthHeight(int width, int height, int format,
164 int height,
176 int height,