Searched refs:MAX_SAMPLE_MASK_WORDS (Results 1 – 6 of 6) sorted by relevance
25 MAX_SAMPLE_MASK_WORDS = 2, enumerator
247 std::array<GLbitfield, MAX_SAMPLE_MASK_WORDS> getSampleMaskValues() const in getSampleMaskValues()1030 std::array<GLbitfield, MAX_SAMPLE_MASK_WORDS> mSampleMaskValues;
3746 ANGLE_LIMIT_CAP(mState.mCaps.maxSampleMaskWords, MAX_SAMPLE_MASK_WORDS); in initCaps()
460 std::array<GLbitfield, gl::MAX_SAMPLE_MASK_WORDS> mSampleMaskValues;
405 uint32_t sampleMask[gl::MAX_SAMPLE_MASK_WORDS];
2222 ASSERT(maskNumber < gl::MAX_SAMPLE_MASK_WORDS); in updateSampleMask()