Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.h146 void writeTransposeHack(const Expression& mat);
DSkSLGLSLCodeGenerator.cpp422 void GLSLCodeGenerator::writeTransposeHack(const Expression& mat) { in writeTransposeHack() function in SkSL::GLSLCodeGenerator
690 this->writeTransposeHack(*c.fArguments[0]); in writeFunctionCall()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h116 void writeTransposeHack(const Expression& mat);
DSkSLGLSLCodeGenerator.cpp411 void GLSLCodeGenerator::writeTransposeHack(const Expression& mat) { in writeTransposeHack() function in SkSL::GLSLCodeGenerator
667 this->writeTransposeHack(*arguments[0]); in writeFunctionCall()