Home
last modified time | relevance | path

Searched refs:toTypedArray (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dgbemu.js5513 this.ROM = this.toTypedArray(state[index++], "uint8");
5533 this.memory = this.toTypedArray(state[index++], "uint8");
5534 this.MBCRam = this.toTypedArray(state[index++], "uint8");
5535 this.VRAM = this.toTypedArray(state[index++], "uint8");
5537 this.GBCMemory = this.toTypedArray(state[index++], "uint8");
5585 this.frameBuffer = this.toTypedArray(state[index++], "int32");
5618 this.channel3PCM = this.toTypedArray(state[index++], "int8");
5699 this.gbcOBJRawPalette = this.toTypedArray(state[index++], "uint8");
5700 this.gbcBGRawPalette = this.toTypedArray(state[index++], "uint8");
5701 this.gbOBJPalette = this.toTypedArray(state[index++], "int32");
[all …]