Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DState.h225 ASSERT(maskNumber < mMaxSampleMaskWords); in getSampleMaskWord()
228 GLuint getMaxSampleMaskWords() const { return mMaxSampleMaskWords; } in getMaxSampleMaskWords()
881 GLuint mMaxSampleMaskWords; variable
DState.cpp350 mMaxSampleMaskWords(0), in State()
416 mMaxSampleMaskWords = static_cast<GLuint>(caps.maxSampleMaskWords); in initialize()
1045 ASSERT(maskNumber < mMaxSampleMaskWords); in setSampleMaskParams()