Searched refs:blitFramebuffer (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/graphic/webGL/entry/src/ohosTest/js/test/ |
| D | WebGL2.buffer.js | 442 function blitFramebuffer(callback, finish) { function 504 blitFramebuffer((width, height) => { 505 … gl.blitFramebuffer(0, 0, width, height, 0, 0, width, height, gl.COLOR_BUFFER_BIT, gl.NEAREST); 523 blitFramebuffer((width, height) => { 524 … gl.blitFramebuffer(0, 0, width, height, 0, 0, width, height, gl.STENCIL_BUFFER_BIT, gl.NEAREST); 537 blitFramebuffer((width, height) => { 538 … gl.blitFramebuffer(0, 0, width, height, 0, 0, width, height, gl.DEPTH_BUFFER_BIT, gl.NEAREST); 551 blitFramebuffer((width, height) => { 552 … gl.blitFramebuffer(0, 0, width, height, 0, 0, width, height, gl.DEPTH_BUFFER_BIT, gl.LINEAR); 565 blitFramebuffer((width, height) => { [all …]
|