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

/external/skia/src/sksl/
H A DSkSLGLSLCodeGenerator.cpp592 void GLSLCodeGenerator::writeInterfaceBlock(const InterfaceBlock& intf) { function in class:SkSL::GLSLCodeGenerator
844 this->writeInterfaceBlock((InterfaceBlock&) *e);
H A DSkSLSPIRVCodeGenerator.cpp1881 fRTHeightStructId = this->writeInterfaceBlock(intf);
2520 SpvId SPIRVCodeGenerator::writeInterfaceBlock(const InterfaceBlock& intf) { function in class:SkSL::SPIRVCodeGenerator
2834 SpvId id = this->writeInterfaceBlock(intf);

Completed in 490 milliseconds