Lines Matching refs:format
51 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
53 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
58 void getBufferAttributes(int width, int height, int format, int usage,
63 bool isMacroTileEnabled(int format, int usage);
65 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
69 // Allocate buffer from width, height, format into a private_handle_t
71 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
76 // To query if UBWC is enabled, based on format and usage flags
77 bool isUBwcEnabled(int format, int usage);
79 // Function to check if the format is an RGB format
80 bool isUncompressedRgbFormat(int format);
118 * width, height, format and usage flags.
122 void getAlignedWidthAndHeight(int width, int height, int format,
135 * based on the width and format.
139 void getGpuAlignedWidthHeight(int width, int height, int format,
151 * Function to query whether GPU supports UBWC for given HAL format
155 int isUBWCSupportedByGPU(int format);
158 * Function to get the corresponding Adreno format for given HAL format
188 int format,
196 int (*LINK_adreno_isUBWCSupportedByGpu) (ADRENOPIXELFORMAT format);