HomeSort by relevance Sort by last modified time
    Searched defs:compareConstant (Results 1 - 2 of 2) sorted by null

  /external/skia/src/sksl/ir/
SkSLExpression.h 53 * Returns true if this expression is constant. compareConstant must be implemented for all
65 virtual bool compareConstant(const Context& context, const Expression& other) const {
66 ABORT("cannot call compareConstant on this type");
  /external/skqp/src/sksl/ir/
SkSLExpression.h 53 * Returns true if this expression is constant. compareConstant must be implemented for all
65 virtual bool compareConstant(const Context& context, const Expression& other) const {
66 ABORT("cannot call compareConstant on this type");

Completed in 66 milliseconds