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);
75 // To query if UBWC is enabled, based on format and usage flags
76 bool isUBwcEnabled(int format, int usage);
78 // Function to check if the format is an uncompressed RGB format
79 bool isUncompressedRgbFormat(int format);
117 * width, height, format and usage flags.
121 void getAlignedWidthAndHeight(int width, int height, int format,
126 * based on the width and format.
130 void getGpuAlignedWidthHeight(int width, int height, int format,
142 * Function to query whether GPU supports UBWC for given HAL format
146 int isUBWCSupportedByGPU(int format);
149 * Function to get the corresponding Adreno format for given HAL format
177 int format,
185 int (*LINK_adreno_isUBWCSupportedByGpu) (ADRENOPIXELFORMAT format);