OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareConstant
(Results
1 - 15
of
15
) sorted by null
/external/skia/src/sksl/ir/
SkSLNullLiteral.h
38
bool
compareConstant
(const Context& context, const Expression& other) const override {
SkSLBoolLiteral.h
36
bool
compareConstant
(const Context& context, const Expression& other) const override {
SkSLFloatLiteral.h
47
bool
compareConstant
(const Context& context, const Expression& other) const override {
SkSLExpression.h
55
* Returns true if this expression is constant.
compareConstant
must be implemented for all
67
virtual bool
compareConstant
(const Context& context, const Expression& other) const {
68
ABORT("cannot call
compareConstant
on this type");
SkSLIntLiteral.h
42
bool
compareConstant
(const Context& context, const Expression& other) const override {
SkSLConstructor.h
90
bool
compareConstant
(const Context& context, const Expression& other) const override {
95
if (!this->getVecComponent(i).
compareConstant
(context, c.getVecComponent(i))) {
118
if (!(component1 ? component1 : zero)->
compareConstant
(
/external/skqp/src/sksl/ir/
SkSLBoolLiteral.h
36
bool
compareConstant
(const Context& context, const Expression& other) const override {
SkSLFloatLiteral.h
40
bool
compareConstant
(const Context& context, const Expression& other) const override {
SkSLExpression.h
54
* Returns true if this expression is constant.
compareConstant
must be implemented for all
66
virtual bool
compareConstant
(const Context& context, const Expression& other) const {
67
ABORT("cannot call
compareConstant
on this type");
SkSLIntLiteral.h
42
bool
compareConstant
(const Context& context, const Expression& other) const override {
SkSLConstructor.h
92
bool
compareConstant
(const Context& context, const Expression& other) const override {
97
if (!this->getVecComponent(i).
compareConstant
(context, c.getVecComponent(i))) {
120
if (!(component1 ? component1 : zero)->
compareConstant
(
/external/skia/src/sksl/
SkSLIRGenerator.cpp
[
all
...]
SkSLCompiler.cpp
[
all
...]
/external/skqp/src/sksl/
SkSLIRGenerator.cpp
[
all
...]
SkSLCompiler.cpp
[
all
...]
Completed in 1195 milliseconds