Home
last modified time | relevance | path

Searched refs:mCoverageModulation (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DState.h464 GLenum getCoverageModulation() const { return mCoverageModulation; } in getCoverageModulation()
860 GLenum mCoverageModulation; variable
DState.cpp427 mCoverageModulation = GL_NONE; in initialize()
1774 mCoverageModulation = components; in setCoverageModulation()
1971 params[0] = static_cast<GLfloat>(mCoverageModulation); in getFloatv()
2401 *params = static_cast<GLint>(mCoverageModulation); in getIntegerv()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h340 GLenum mCoverageModulation; variable
DStateManagerGL.cpp127 mCoverageModulation(GL_NONE),
1962 if (mCoverageModulation != components) in setCoverageModulation()
1964 mCoverageModulation = components; in setCoverageModulation()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.cpp556 mCoverageModulation = GL_NONE; in initialize()
2335 if (mCoverageModulation != components) in setCoverageModulation()
2337 mCoverageModulation = components; in setCoverageModulation()
2534 params[0] = static_cast<GLfloat>(mCoverageModulation); in getFloatv()
3006 *params = static_cast<GLint>(mCoverageModulation); in getIntegerv()
DState.h576 GLenum getCoverageModulation() const { return mCoverageModulation; } in getCoverageModulation()
1108 GLenum mCoverageModulation; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h507 GLenum mCoverageModulation; variable
DStateManagerGL.cpp157 mCoverageModulation(GL_NONE),
2368 if (mCoverageModulation != components) in setCoverageModulation()
2370 mCoverageModulation = components; in setCoverageModulation()