Searched refs:getTypedArray (Results 1 – 1 of 1) sorted by relevance
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | gbemu.js | 5760 this.memory = this.getTypedArray(0x10000, 0, "uint8"); 5761 this.frameBuffer = this.getTypedArray(23040, 0xF8F8F8, "int32"); 5762 this.BGCHRBank1 = this.getTypedArray(0x800, 0, "uint8"); 5765 this.channel3PCM = this.getTypedArray(0x20, 0, "int8"); 5771 tileArray[tileNumber++] = this.getTypedArray(64, 0, "uint8"); 5959 this.ROM = this.getTypedArray(maxLength, 0, "uint8"); 6302 this.MBCRam = this.getTypedArray(this.numRAMBanks * 0x2000, 0, "uint8"); 6309 this.VRAM = this.getTypedArray(0x2000, 0, "uint8"); 6310 this.GBCMemory = this.getTypedArray(0x7000, 0, "uint8"); 6371 this.swizzledFrame = this.getTypedArray(69120, 0xFF, "uint8"); [all …]
|