Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/script_api/
H A DSpecification.h304 std::string mAttribute; // Some structures may have attributes variable
319 std::string getAttribute() const { return mAttribute; } in getAttribute()
358 std::string mAttribute; // Function attributes. variable
413 std::string getAttribute() const { return mAttribute; } in getAttribute()
441 return mAttribute.empty() || mAttribute[0] != '='; in isOverloadable()
H A DSpecification.cpp442 spec->mAttribute = scanner->getValue(); in scanTypeSpecification()
639 spec->mAttribute = scanner->getValue(); in scanFunctionSpecification()
/aosp12/hardware/google/graphics/common/libacryl/include/hardware/exynos/
H A Dacryl.h1224 uint32_t mAttribute; member
1251 mLayers[layer].mAttribute = attribute; in setAttribute()
/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic_g2d.cpp1265 else if (layer->mAttribute & AcrylicCanvas::ATTR_COMPRESSED) { in requestPerformanceQoS()