Home
last modified time | relevance | path

Searched defs:setExpression (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLReturnStatement.h39 void setExpression(std::unique_ptr<Expression> expr) { in setExpression() function
/third_party/flutter/skia/src/sksl/
DSkSLCFGGenerator.h41 void setExpression(std::unique_ptr<Expression> expr) { in setExpression() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h211 void setExpression(TIntermTyped *expression) { mExpr = expression; } in setExpression() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h235 void setExpression(TIntermTyped *expression) { mExpr = expression; } in setExpression() function
/third_party/glslang/glslang/Include/
Dintermediate.h1233 void setExpression(TIntermTyped* pExpression) { expression = pExpression; } in setExpression() function
1312 void setExpression() { literal = false; } in setExpression() function