Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h156 SpvId writeUIntConstructor(const Constructor& c, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp1530 SpvId SPIRVCodeGenerator::writeUIntConstructor(const Constructor& c, OutputStream& out) { in writeUIntConstructor() function in SkSL::SPIRVCodeGenerator
1664 return this->writeUIntConstructor(c, out); in writeConstructor()