HomeSort by relevance Sort by last modified time
    Searched refs:fFunctionHeader (Results 1 - 10 of 10) sorted by null

  /external/skia/src/sksl/
SkSLGLSLCodeGenerator.cpp 239 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) +
241 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.fType) +
613 fFunctionHeader += precision;
614 fFunctionHeader += " float sk_FragCoord_InvW = 1. / sk_FragCoord_Workaround.w;\n";
615 fFunctionHeader += precision;
616 fFunctionHeader += " vec4 sk_FragCoord_Resolved = "
619 fFunctionHeader += " sk_FragCoord_Resolved.xy = floor(sk_FragCoord_Resolved.xy) + "
659 fFunctionHeader += precision;
660 fFunctionHeader += " vec2 _sktmpCoord = gl_FragCoord.xy;\n";
661 fFunctionHeader += precision
    [all...]
SkSLGLSLCodeGenerator.h 199 String fFunctionHeader;
SkSLMetalCodeGenerator.h 200 String fFunctionHeader;
SkSLCPPCodeGenerator.cpp 336 fFunctionHeader = "";
346 this->write(fFunctionHeader);
    [all...]
SkSLMetalCodeGenerator.cpp 468 fFunctionHeader = "";
490 this->write(fFunctionHeader);
    [all...]
  /external/skqp/src/sksl/
SkSLGLSLCodeGenerator.cpp 239 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) +
241 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.fType) +
603 fFunctionHeader += precision;
604 fFunctionHeader += " float sk_FragCoord_InvW = 1. / sk_FragCoord_Workaround.w;\n";
605 fFunctionHeader += precision;
606 fFunctionHeader += " vec4 sk_FragCoord_Resolved = "
609 fFunctionHeader += " sk_FragCoord_Resolved.xy = floor(sk_FragCoord_Resolved.xy) + "
649 fFunctionHeader += precision;
650 fFunctionHeader += " vec2 _sktmpCoord = gl_FragCoord.xy;\n";
651 fFunctionHeader += precision
    [all...]
SkSLGLSLCodeGenerator.h 199 String fFunctionHeader;
SkSLMetalCodeGenerator.h 200 String fFunctionHeader;
SkSLCPPCodeGenerator.cpp 336 fFunctionHeader = "";
346 this->write(fFunctionHeader);
    [all...]
SkSLMetalCodeGenerator.cpp 468 fFunctionHeader = "";
490 this->write(fFunctionHeader);
    [all...]

Completed in 400 milliseconds