Home | History | Annotate | Download | only in libgralloc1

Lines Matching refs:width

80    * Function to compute aligned width and aligned height based on
81 * width, height, format and usage flags.
83 * @return aligned width, aligned height
85 void GetAlignedWidthAndHeight(int width, int height, int format, int usage,
90 * Function to compute the adreno aligned width and aligned height
91 * based on the width and format.
93 * @return aligned width, aligned height
95 void AlignUnCompressedRGB(int width, int height, int format, int tileEnabled,
99 * Function to compute the adreno aligned width and aligned height
100 * based on the width and format.
102 * @return aligned width, aligned height
104 void AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w,
136 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height,
138 void (*LINK_adreno_compute_aligned_width_and_height)(int width, int height, int bpp,
144 int width, int height, int format, int tile_mode, int raster_mode, int padding_threshold,