Searched defs:toSPIRV (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/sksl/
H A DSkSLCompiler.cpp493 bool Compiler::toSPIRV(const Program& program, SkWStream& out) { function in class:SkSL::Compiler
519 bool Compiler::toSPIRV(const Program& program, SkString* out) { function in class:SkSL::Compiler
521 bool result = this->toSPIRV(program, buffer);

Completed in 49 milliseconds