• Home
  • Raw
  • Download

Lines Matching refs:writeLine

37 void GLSLCodeGenerator::writeLine(const char* s) {  in writeLine()  function in SkSL::GLSLCodeGenerator
60 void GLSLCodeGenerator::writeLine(const String& s) { in writeLine() function in SkSL::GLSLCodeGenerator
61 this->writeLine(s.c_str()); in writeLine()
64 void GLSLCodeGenerator::writeLine() { in writeLine() function in SkSL::GLSLCodeGenerator
65 this->writeLine(""); in writeLine()
173 this->writeLine(" {"); in writeType()
182 this->writeLine(";"); in writeType()
1070 this->writeLine(") {"); in writeFunctionCall()
1080 this->writeLine("}"); in writeFunctionCall()
1176 this->writeLine(intf.fTypeName + " {"); in writeFunctionCall()
1186 this->writeLine(" " + f.fName + ";"); in writeFunctionCall()
1201 this->writeLine(";"); in writeFunctionCall()
1340 this->writeLine(); in writeFunctionCall()
1346 this->writeLine("{"); in writeFunctionCall()
1427 this->writeLine(" = false;"); in writeFunctionCall()
1428 this->writeLine("while (true) {"); in writeFunctionCall()
1432 this->writeLine(") {"); in writeFunctionCall()
1436 this->writeLine(") {"); in writeFunctionCall()
1438 this->writeLine("break;"); in writeFunctionCall()
1440 this->writeLine("}"); in writeFunctionCall()
1442 this->writeLine("}"); in writeFunctionCall()
1444 this->writeLine(" = true;"); in writeFunctionCall()
1446 this->writeLine(); in writeFunctionCall()
1454 this->writeLine(") {"); in writeFunctionCall()
1460 this->writeLine(":"); in writeFunctionCall()
1462 this->writeLine("default:"); in writeFunctionCall()
1467 this->writeLine(); in writeFunctionCall()
1486 this->writeLine(); in writeFunctionCall()
1501 this->writeLine(); in writeFunctionCall()
1513 this->writeLine("vec4 sk_FragColor;"); in writeFunctionCall()
1533 this->writeLine(";"); in writeFunctionCall()
1606 this->writeLine("precision mediump float;"); in writeFunctionCall()
1607 this->writeLine("precision mediump sampler2D;"); in writeFunctionCall()
1610 this->writeLine("precision mediump samplerExternalOES;"); in writeFunctionCall()
1613 this->writeLine("precision mediump sampler2DRect;"); in writeFunctionCall()