Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h183 Program::Kind fProgramKind; variable
DSkSLGLSLCodeGenerator.cpp563 this->write(fProgramKind == Program::kVertex_Kind ? "attribute " in writeModifiers()
884 fProgramKind = fProgram.fKind; in generateCode()