Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.cpp477 unsigned long vaoAttribTypeBits = vao->getAttributesTypeMask().to_ulong(); in ValidateVertexShaderAttributeTypeMatch() local
481 vaoAttribTypeBits = (vaoAttribEnabledMask & vaoAttribTypeBits); in ValidateVertexShaderAttributeTypeMatch()
482 vaoAttribTypeBits |= (~vaoAttribEnabledMask & stateCurrentValuesTypeBits); in ValidateVertexShaderAttributeTypeMatch()
486 vaoAttribTypeBits, executable.getAttributesMask().to_ulong(), in ValidateVertexShaderAttributeTypeMatch()