Searched refs:MAX_SAMPLE_MASK_WORDS (Results 1 – 6 of 6) sorted by relevance
25 MAX_SAMPLE_MASK_WORDS = 2, enumerator
882 std::array<GLbitfield, MAX_SAMPLE_MASK_WORDS> mSampleMaskValues;
3360 ANGLE_LIMIT_CAP(mState.mCaps.maxSampleMaskWords, MAX_SAMPLE_MASK_WORDS); in initCaps()
297 std::array<GLbitfield, gl::MAX_SAMPLE_MASK_WORDS> mSampleMaskValues;
220 uint32_t sampleMask[gl::MAX_SAMPLE_MASK_WORDS];
1057 ASSERT(maskNumber < gl::MAX_SAMPLE_MASK_WORDS); in updateSampleMask()