Home
last modified time | relevance | path

Searched +full:usegpu +(+path:plugin +path:snow) -(+path:plugin +path:snow +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/snow/
H A Dscript.js8 snowStorm.useGPU = JSINFO.plugin.snow.usegpu;
H A Daction.php39 $JSINFO['plugin']['snow']['usegpu'] = $this->getConf('usegpu');
H A Dsnowstorm.js23 this.useGPU = true; // Enable transform-based hardware acceleration, reduce CPU load.
376 if (storm.useGPU && features.transform.prop) {
/plugin/snow/conf/
H A Ddefault.php28 $conf['usegpu'] = 1;
H A Dmetadata.php28 $meta['usegpu'] = array('onoff');