Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dgbemu.js1471 this.currentBuffer = []; //The audio buffer we're working on. property in GameBoyCore
6449 this.currentBuffer = this.getTypedArray(this.numSamplesTotal, 0xF0F0, "int32");
6604 dirtySample = this.currentBuffer[sourcePosition++];
6622 this.currentBuffer[this.audioIndex++] = this.mixerOutputCache;
6637 this.currentBuffer[this.audioIndex++] = 0xF0F0;