Home
last modified time | relevance | path

Searched defs:highPrecisionSupported (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DInitializeVariables.cpp45 bool highPrecisionSupported, in AddZeroInitSequence()
86 bool highPrecisionSupported, in AddStructZeroInitSequence()
106 bool highPrecisionSupported, in AddArrayZeroInitStatementList()
120 bool highPrecisionSupported, in AddArrayZeroInitForLoop()
153 bool highPrecisionSupported, in AddArrayZeroInitSequence()
188 bool highPrecisionSupported) in InsertInitCode()
256 bool highPrecisionSupported) in InitializeLocalsTraverser()
322 bool highPrecisionSupported, in CreateInitCode()
334 bool highPrecisionSupported, in InitializeUninitializedLocals()
350 bool highPrecisionSupported) in InitializeVariables()
DDeferGlobalInitializers.cpp40 bool highPrecisionSupported, in GetDeferredInitializers()
137 bool highPrecisionSupported, in DeferGlobalInitializers()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp719 bool highPrecisionSupported = isHighPrecisionSupported(); in checkAndSimplifyAST() local