Searched refs:converted_image (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_picture.c285 pixman_image_t *converted_image = NULL; local in function:glamor_upload_picture_to_texture
324 converted_image = glamor_get_converted_image(converted_format,
329 if (!converted_image)
332 bits = pixman_image_get_data(converted_image);
333 stride = pixman_image_get_stride(converted_image);
371 if (converted_image)
372 pixman_image_unref(converted_image);

Completed in 2 milliseconds