Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLRehydrator.h84 kProgram_Command, enumerator
Dbinary_format.md41 typical SkSL binary will contain exactly one `kProgram_Command`.
174 #### kProgram_Command subsubsection
DSkSLDehydrator.cpp626 this->writeCommand(Rehydrator::kProgram_Command); in write()
DSkSLRehydrator.cpp272 SkASSERT(command == kProgram_Command); in program()