Home
last modified time | relevance | path

Searched refs:positionWorkaround (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp852 bool positionWorkaround = fProgram.fConfig->fKind == ProgramKind::kVertex && in writeBinaryExpression() local
858 if (positionWorkaround) { in writeBinaryExpression()
866 if (positionWorkaround) { in writeBinaryExpression()
/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.cpp904 bool positionWorkaround = fProgramKind == Program::Kind::kVertex_Kind && in writeFunctionCall() local
910 if (positionWorkaround) { in writeFunctionCall()
918 if (positionWorkaround) { in writeFunctionCall()