HomeSort by relevance Sort by last modified time
    Searched refs:sampleCoverageInvert (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 179 bool sampleCoverageInvert;
Context.cpp 81 mState.sampleCoverageInvert = false;
616 mState.sampleCoverageInvert != invert)
619 mState.sampleCoverageInvert = invert;
1106 case GL_SAMPLE_COVERAGE_INVERT: *params = mState.sampleCoverageInvert; break;
    [all...]

Completed in 59 milliseconds