Home
last modified time | relevance | path

Searched defs:BoolLiteral (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLBoolLiteral.h19 struct BoolLiteral : public Expression { struct
20 BoolLiteral(const Context& context, int offset, bool value) in BoolLiteral() function
37 BoolLiteral& b = (BoolLiteral&) other; in compareConstant() argument
42 return std::unique_ptr<Expression>(new BoolLiteral(fOffset, fValue, &fType)); in clone() argument
50 BoolLiteral(int offset, bool value, const Type* type) in BoolLiteral() argument
/external/skqp/src/sksl/ir/
DSkSLBoolLiteral.h19 struct BoolLiteral : public Expression { struct
20 BoolLiteral(const Context& context, int offset, bool value) in BoolLiteral() argument
37 BoolLiteral& b = (BoolLiteral&) other; in compareConstant() argument
42 return std::unique_ptr<Expression>(new BoolLiteral(fOffset, fValue, &fType)); in clone() argument
50 BoolLiteral(int offset, bool value, const Type* type) in BoolLiteral() argument
/external/deqp/framework/randomshaders/
DrsgExpression.hpp143 class BoolLiteral : public Expression class
DrsgExpression.cpp483 BoolLiteral::BoolLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in BoolLiteral() function in rsg::BoolLiteral
502 BoolLiteral::BoolLiteral (bool customValue) in BoolLiteral() function in rsg::BoolLiteral