Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp486 const deUint64 attribMask = 0xffffffffull; //!< Max bits that can be used in toLegacyAttribList() local
493 if ((attrib[0] & ~attribMask) || (attrib[1] & ~attribMask)) in toLegacyAttribList()