Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDrmCrtc.h47 DrmCrtc(uint32_t id, uint32_t index) : mId(id), mIndexInResourcesArray(index) {} in DrmCrtc()
52 const uint32_t mIndexInResourcesArray; variable
DDrmPlane.cpp43 return ((0x1 << crtc.mIndexInResourcesArray) & mPossibleCrtcsMask); in isCompatibleWith()