Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp489 const deUint64 attribMask = 0xffffffffull; //!< Max bits that can be used in toLegacyAttribList() local
496 if ((attrib[0] & ~attribMask) || (attrib[1] & ~attribMask)) in toLegacyAttribList()
/external/angle/src/libANGLE/renderer/gl/
DContextGL.h291 void resetUpdatedAttributes(gl::AttributesMask attribMask);
DContextGL.cpp406 void ContextGL::resetUpdatedAttributes(gl::AttributesMask attribMask) in resetUpdatedAttributes() argument
409 for (size_t attribIndex : attribMask) in resetUpdatedAttributes()