Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DState.h244 ASSERT(maskNumber < mMaxSampleMaskWords); in getSampleMaskWord()
251 GLuint getMaxSampleMaskWords() const { return mMaxSampleMaskWords; } in getMaxSampleMaskWords()
1029 GLuint mMaxSampleMaskWords; variable
DState.cpp332 mMaxSampleMaskWords(0),
402 mMaxSampleMaskWords = static_cast<GLuint>(caps.maxSampleMaskWords); in initialize()
1084 ASSERT(maskNumber < mMaxSampleMaskWords); in setSampleMaskParams()