Lines Matching refs:attributes
193 std::vector<int> *attributes = (std::vector<int> *)attrs; in gralloc_backend_get_attrs() local
194 attributes->clear(); in gralloc_backend_get_attrs()
195 attributes->push_back(hnd->width); in gralloc_backend_get_attrs()
196 attributes->push_back(hnd->height); in gralloc_backend_get_attrs()
197 attributes->push_back(hnd->stride); in gralloc_backend_get_attrs()
198 attributes->push_back(hnd->format); in gralloc_backend_get_attrs()
199 attributes->push_back(hnd->size); in gralloc_backend_get_attrs()
200 attributes->push_back(hnd->type); in gralloc_backend_get_attrs()
214 std::vector<int> *attributes = (std::vector<int> *)attrs; in gralloc_backend_get_attrs() local
215 attributes->clear(); in gralloc_backend_get_attrs()
216 attributes->push_back(hnd->width); in gralloc_backend_get_attrs()
217 attributes->push_back(hnd->height); in gralloc_backend_get_attrs()
218 attributes->push_back(hnd->stride); in gralloc_backend_get_attrs()
219 attributes->push_back(hnd->format); in gralloc_backend_get_attrs()
220 attributes->push_back(hnd->size); in gralloc_backend_get_attrs()
221 attributes->push_back(hnd->type); in gralloc_backend_get_attrs()