Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libcap/
Dacrylic_capability.h103 .max_dst_dimension = {8192, 8192},
/hardware/google/graphics/zuma/libcap/
Dacrylic_capability.h113 .max_dst_dimension = {8192, 8192},
/hardware/google/graphics/gs201/libcap/
Dacrylic_capability.h113 .max_dst_dimension = {8192, 8192},
/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h75 hw2d_coord_t max_dst_dimension; member
238 hw2d_coord_t supportedMaxDstDimension() const { return mCap.max_dst_dimension; } in supportedMaxDstDimension()