Searched refs:buffer_group (Results 1 – 1 of 1) sorted by relevance
144 smm_group_t * buffer_group; member1601 obj->buffer_group = smm_create(); in create_graphic_obj()1602 if(obj->buffer_group == NULL) { in create_graphic_obj()1612 SMM_TAG(obj->buffer_group, TAG_LOCAL, obj); in create_graphic_obj()1633 smm_destroy(obj->buffer_group); in destroy_graphic_obj()1837 smm_resize(decoration->buffer_group, in create_decoration()1840 buf = smm_acquire(decoration->buffer_group); in create_decoration()1957 smm_resize(window->body->buffer_group, ((width * bpp) * height) * 2); in resize_window()1963 body_buf1 = smm_acquire(window->body->buffer_group); in resize_window()1964 body_buf2 = smm_acquire(window->body->buffer_group); in resize_window()[all …]