HomeSort by relevance Sort by last modified time
    Searched refs:maskMask (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 513 const GLbitfield maskMask = (isFinalWord) ? (finalWordMask) : (0xFFFFFFFFUL); // maskMask prevents setting coverage bits higher than sample count
515 gl.sampleMaski(wordNdx, mask & maskMask);
822 const GLbitfield maskMask = (isFinalWord) ? (finalWordMask) : (0xFFFFFFFFUL); // maskMask prevents setting coverage bits higher than sample count
824 gl.sampleMaski(wordNdx, mask & maskMask);
    [all...]
es31fTextureMultisampleTests.cpp 873 const deUint32 maskMask = effectiveMask[wordNdx];
875 totalBitmask[wordNdx] = (sampleMask & maskMask) | (randomMask & ~maskMask);
    [all...]
es31fSampleVariableTests.cpp     [all...]

Completed in 153 milliseconds