Home | History | Annotate | Download | only in libgralloc

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
117 * Function to compute aligned width and aligned height based on
118 * width, height, format and usage flags.
120 * @return aligned width, aligned height
122 void getAlignedWidthAndHeight(int width, int height, int format,
126 * Function to compute aligned width and aligned height based on
129 * @return aligned width, aligned height
134 * Function to compute the adreno aligned width and aligned height
135 * based on the width and format.
137 * @return aligned width, aligned height
139 void getGpuAlignedWidthHeight(int width, int height, int format,
169 int (*LINK_adreno_compute_padding) (int width, int bpp,
174 void (*LINK_adreno_compute_aligned_width_and_height) (int width,
186 int width,