Lines Matching refs:width
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
126 * based on the width and format.
128 * @return aligned width, aligned height
130 void getGpuAlignedWidthHeight(int width, int height, int format,
158 int (*LINK_adreno_compute_padding) (int width, int bpp,
163 void (*LINK_adreno_compute_aligned_width_and_height) (int width,
175 int width,