Home
last modified time | relevance | path

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

/test/xts/acts/graphic/webGL/entry/src/ohosTest/js/test/
DWebGL2.buffer.js452 function blitFramebuffer(callback, finish) { function
514 blitFramebuffer((width, height) => {
515 … gl.blitFramebuffer(0, 0, width, height, 0, 0, width, height, gl.COLOR_BUFFER_BIT, gl.NEAREST);
533 blitFramebuffer((width, height) => {
534 … gl.blitFramebuffer(0, 0, width, height, 0, 0, width, height, gl.STENCIL_BUFFER_BIT, gl.NEAREST);
547 blitFramebuffer((width, height) => {
548 … gl.blitFramebuffer(0, 0, width, height, 0, 0, width, height, gl.DEPTH_BUFFER_BIT, gl.NEAREST);
561 blitFramebuffer((width, height) => {
562 … gl.blitFramebuffer(0, 0, width, height, 0, 0, width, height, gl.DEPTH_BUFFER_BIT, gl.LINEAR);
575 blitFramebuffer((width, height) => {
[all …]