Home
last modified time | relevance | path

Searched refs:mEarlyFragmentTestsSpecified (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h114 bool isEarlyFragmentTestsSpecified() const { return mEarlyFragmentTestsSpecified; } in isEarlyFragmentTestsSpecified()
317 bool mEarlyFragmentTestsSpecified; variable
DParseContext.h78 bool isEarlyFragmentTestsSpecified() const { return mEarlyFragmentTestsSpecified; } in isEarlyFragmentTestsSpecified()
681 bool mEarlyFragmentTestsSpecified; // true if layout(early_fragment_tests) in; is specified. variable
DCompiler.cpp554 mEarlyFragmentTestsSpecified = parseContext.isEarlyFragmentTestsSpecified(); in setASTMetadata()
DParseContext.cpp208 mEarlyFragmentTestsSpecified(false), in TParseContext()
3739 mEarlyFragmentTestsSpecified = true; in parseGlobalLayoutQualifier()