Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_picture.c288 pixman_image_t *converted_image = NULL; in glamor_upload_picture_to_texture() local
327 converted_image = glamor_get_converted_image(converted_format, in glamor_upload_picture_to_texture()
332 if (!converted_image) in glamor_upload_picture_to_texture()
335 bits = pixman_image_get_data(converted_image); in glamor_upload_picture_to_texture()
336 stride = pixman_image_get_stride(converted_image); in glamor_upload_picture_to_texture()
374 if (converted_image) in glamor_upload_picture_to_texture()
375 pixman_image_unref(converted_image); in glamor_upload_picture_to_texture()