Home | History | Annotate | Download | only in libgralloc1

Lines Matching refs:width

77    * Function to compute aligned width and aligned height based on
78 * width, height, format and usage flags.
80 * @return aligned width, aligned height
82 void GetAlignedWidthAndHeight(int width, int height, int format, int usage,
87 * Function to compute the adreno aligned width and aligned height
88 * based on the width and format.
90 * @return aligned width, aligned height
92 void AlignUnCompressedRGB(int width, int height, int format, int tileEnabled,
96 * Function to compute the adreno aligned width and aligned height
97 * based on the width and format.
99 * @return aligned width, aligned height
101 void AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w,
128 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height,
130 void (*LINK_adreno_compute_aligned_width_and_height)(int width, int height, int bpp,
134 void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id,
140 int width, int height, int format, int tile_mode, int raster_mode, int padding_threshold,