Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp763 fGlobals.writeText("layout(origin_upper_left) in vec4 gl_FragCoord;\n"); in writeFunctionCall()
1547 fGlobals.writeText("uniform "); in writeFunctionCall()
1548 fGlobals.writeText(precision); in writeFunctionCall()
1549 fGlobals.writeText("float " SKSL_RTWIDTH_NAME ";\n"); in writeFunctionCall()
1553 fGlobals.writeText("uniform "); in writeFunctionCall()
1554 fGlobals.writeText(precision); in writeFunctionCall()
1555 fGlobals.writeText("float " SKSL_RTHEIGHT_NAME ";\n"); in writeFunctionCall()
1577 write_stringstream(fGlobals, *rawOut); in writeFunctionCall()
DSkSLGLSLCodeGenerator.h203 StringStream fGlobals; variable
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h172 StringStream fGlobals; variable
DSkSLGLSLCodeGenerator.cpp1547 fGlobals.writeText("uniform "); in writeInputVars()
1548 fGlobals.writeText(precision); in writeInputVars()
1549 fGlobals.writeText("vec2 " SKSL_RTFLIP_NAME ";\n"); in writeInputVars()
1577 write_stringstream(fGlobals, *rawOut); in generateCode()