Searched refs:writeSetting (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/sksl/
H A DSkSLCPPCodeGenerator.h52 void writeSetting(const Setting& s) override;
H A DSkSLGLSLCodeGenerator.h157 virtual void writeSetting(const Setting& s);
H A DSkSLGLSLCodeGenerator.cpp112 this->writeSetting((Setting&) expr);
486 void GLSLCodeGenerator::writeSetting(const Setting& s) { function in class:SkSL::GLSLCodeGenerator
H A DSkSLCPPCodeGenerator.cpp287 void CPPCodeGenerator::writeSetting(const Setting& s) { function in class:SkSL::CPPCodeGenerator
/external/libvncserver/webclients/novnc/include/
H A Dwebutil.js161 WebUtil.writeSetting = function (name, value) {
164 //console.log("writeSetting:", name, value);
H A Dui.js230 WebUtil.writeSetting(name, value);
267 WebUtil.writeSetting(name, val);

Completed in 179 milliseconds