Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:format

50 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage,
52 size_t getBufferSizeAndDimensions(int width, int height, int format,
57 void getBufferAttributes(int width, int height, int format, int usage,
62 bool isMacroTileEnabled(int format, int usage);
64 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
68 // Allocate buffer from width, height, format into a private_handle_t
70 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
110 * based on the width and format.
114 void getAlignedWidthAndHeight(int width, int height, int format,
149 int format,