Searched defs:tex (Results 1 – 1 of 1) sorted by relevance
| /drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
| D | XTexture.js | 44 static initTextureStatus(tex) { argument 73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property 82 this.ximages[rid] = { stat: 0, path: path, tex: null }; property 150 PutTexture(tex, w, h) { argument 152 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property 176 tex: texture, property
|