Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.h118 struct g2d_fmt;
155 g2d_fmt *halfmt_to_g2dfmt_tbl;
Dacrylic_g2d.cpp452 struct g2d_fmt { struct
459 static g2d_fmt __halfmt_to_g2dfmt_legacy[] = { argument
486 static g2d_fmt __halfmt_to_g2dfmt[] = {
537 static g2d_fmt *halfmt_to_g2dfmt(struct g2d_fmt *tbl, size_t tbl_len, uint32_t halfmt) in halfmt_to_g2dfmt()
652g2d_fmt *g2dfmt = halfmt_to_g2dfmt(halfmt_to_g2dfmt_tbl, len_halfmt_to_g2dfmt_tbl, layer.getFormat… in prepareImage()
1074g2d_fmt *g2dfmt = halfmt_to_g2dfmt(halfmt_to_g2dfmt_tbl, len_halfmt_to_g2dfmt_tbl, getCanvas().get… in executeG2D()