Home
last modified time | relevance | path

Searched refs:getVecComponent (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLConstructor.h95 if (!this->getVecComponent(i).compareConstant(context, c.getVecComponent(i))) { in compareConstant()
128 const Expression& getVecComponent(int index) const { in getVecComponent() function
145 return ((const Constructor&) *arg).getVecComponent(index - current); in getVecComponent()
154 return this->getVecComponent(index).getConstantFloat(); in getFVecComponent()
158 return this->getVecComponent(index).getConstantInt(); in getIVecComponent()
198 return &((Constructor&) *arg).getVecComponent(targetIndex - currentIndex); in getMatComponent()
/external/skqp/src/sksl/ir/
DSkSLConstructor.h97 if (!this->getVecComponent(i).compareConstant(context, c.getVecComponent(i))) { in compareConstant()
130 const Expression& getVecComponent(int index) const { in getVecComponent() function
147 return ((const Constructor&) *arg).getVecComponent(index - current); in getVecComponent()
156 return this->getVecComponent(index).getConstantFloat(); in getFVecComponent()
160 return this->getVecComponent(index).getConstantInt(); in getIVecComponent()
200 return &((Constructor&) *arg).getVecComponent(targetIndex - currentIndex); in getMatComponent()
/external/skqp/src/sksl/
DSkSLCompiler.cpp527 if (!is_constant(c.getVecComponent(i), value)) { in is_constant()
/external/skia/src/sksl/
DSkSLCompiler.cpp527 if (!is_constant(c.getVecComponent(i), value)) { in is_constant()