Lines Matching refs:format
71 uint32_t format,
88 buffer->format = format;
119 uint32_t stride, uint32_t format)
121 switch (format) {
129 "invalid format");
134 name, width, height, format, 0, stride, 0, 0, 0, 0);
141 int32_t width, int32_t height, uint32_t format,
146 switch (format) {
158 "invalid format");
162 create_buffer(client, resource, id, name, width, height, format,
249 return buffer->format;