Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp566 ASSERT_TRUE(gralloc4::isStandardPlaneLayoutComponentType(gralloc4::PlaneLayoutComponentType_Y)); in TEST_F()
574 …ASSERT_FALSE(gralloc4::isStandardPlaneLayoutComponentType({"vendor.mycompanyname.graphics.common.P… in TEST_F()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1227 bool isStandardPlaneLayoutComponentType(const ExtendableType& planeLayoutComponentType) { in isStandardPlaneLayoutComponentType() function
1302 if (!isStandardPlaneLayoutComponentType(planeLayoutComponentType)) { in getPlaneLayoutComponentTypeName()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h393 bool isStandardPlaneLayoutComponentType(
/frameworks/native/libs/ui/
DGralloc4.cpp300 if (!gralloc4::isStandardPlaneLayoutComponentType(planeLayoutComponent.type)) { in lock()