Searched defs:tex (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XTexture.js | 42 static initTextureStatus(tex) { argument 71 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property 80 this.ximages[rid] = { stat: 0, path: path, tex: null }; property 156 PutTexture(tex, w, h) { argument 158 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property 182 tex: texture, property
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 73119 tex: _, property 122218 tex: d, property
|