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

  /external/skia/src/sksl/ast/
SkSLASTIfStatement.h 22 , fIsStatic(isStatic)
29 if (fIsStatic) {
43 const bool fIsStatic;
SkSLASTSwitchStatement.h 23 , fIsStatic(isStatic)
29 if (fIsStatic) {
40 bool fIsStatic;
  /external/skqp/src/sksl/ast/
SkSLASTIfStatement.h 22 , fIsStatic(isStatic)
29 if (fIsStatic) {
43 const bool fIsStatic;
SkSLASTSwitchStatement.h 23 , fIsStatic(isStatic)
29 if (fIsStatic) {
40 bool fIsStatic;
  /external/skia/src/sksl/ir/
SkSLIfStatement.h 23 , fIsStatic(isStatic)
29 return std::unique_ptr<Statement>(new IfStatement(fOffset, fIsStatic, fTest->clone(),
35 if (fIsStatic) {
45 bool fIsStatic;
SkSLSwitchStatement.h 24 , fIsStatic(isStatic)
34 return std::unique_ptr<Statement>(new SwitchStatement(fOffset, fIsStatic, fValue->clone(),
40 if (fIsStatic) {
51 bool fIsStatic;
  /external/skqp/src/sksl/ir/
SkSLIfStatement.h 23 , fIsStatic(isStatic)
29 return std::unique_ptr<Statement>(new IfStatement(fOffset, fIsStatic, fTest->clone(),
35 if (fIsStatic) {
45 bool fIsStatic;
SkSLSwitchStatement.h 24 , fIsStatic(isStatic)
34 return std::unique_ptr<Statement>(new SwitchStatement(fOffset, fIsStatic, fValue->clone(),
40 if (fIsStatic) {
51 bool fIsStatic;
  /external/skia/src/sksl/
SkSLPipelineStageCodeGenerator.cpp 168 if (s.fIsStatic) {
175 if (s.fIsStatic) {
SkSLCompiler.cpp     [all...]
SkSLCPPCodeGenerator.cpp 332 if (s.fIsStatic) {
346 if (s.fIsStatic) {
    [all...]
SkSLIRGenerator.cpp 400 return std::unique_ptr<Statement>(new IfStatement(s.fOffset, s.fIsStatic, std::move(test),
516 return std::unique_ptr<Statement>(new SwitchStatement(s.fOffset, s.fIsStatic,
    [all...]
  /external/skqp/src/sksl/
SkSLPipelineStageCodeGenerator.cpp 167 if (s.fIsStatic) {
174 if (s.fIsStatic) {
SkSLCompiler.cpp     [all...]
SkSLCPPCodeGenerator.cpp 306 if (s.fIsStatic) {
320 if (s.fIsStatic) {
    [all...]
SkSLIRGenerator.cpp 394 return std::unique_ptr<Statement>(new IfStatement(s.fOffset, s.fIsStatic, std::move(test),
510 return std::unique_ptr<Statement>(new SwitchStatement(s.fOffset, s.fIsStatic,
    [all...]

Completed in 2487 milliseconds