Lines Matching refs:pixelStorei
428 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4);
429 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
433 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, 0);
434 gl.pixelStorei(GL_UNPACK_SKIP_IMAGES, 0);
435 gl.pixelStorei(GL_UNPACK_ROW_LENGTH, 0);
436 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, 0);
437 gl.pixelStorei(GL_UNPACK_SKIP_PIXELS, 0);
439 gl.pixelStorei(GL_PACK_ROW_LENGTH, 0);
440 gl.pixelStorei(GL_PACK_SKIP_ROWS, 0);
441 gl.pixelStorei(GL_PACK_SKIP_PIXELS, 0);
1083 gl.pixelStorei (GL_UNPACK_SWAP_BYTES, GL_FALSE);
1084 gl.pixelStorei (GL_UNPACK_LSB_FIRST, GL_FALSE);
1085 gl.pixelStorei (GL_UNPACK_IMAGE_HEIGHT, 0);
1086 gl.pixelStorei (GL_UNPACK_SKIP_IMAGES, 0);
1087 gl.pixelStorei (GL_UNPACK_ROW_LENGTH, 0);
1088 gl.pixelStorei (GL_UNPACK_SKIP_ROWS, 0);
1089 gl.pixelStorei (GL_UNPACK_SKIP_PIXELS, 0);
1090 gl.pixelStorei (GL_UNPACK_ALIGNMENT, 4);
1092 gl.pixelStorei (GL_PACK_SWAP_BYTES, GL_FALSE);
1093 gl.pixelStorei (GL_PACK_LSB_FIRST, GL_FALSE);
1094 gl.pixelStorei (GL_PACK_IMAGE_HEIGHT, 0);
1095 gl.pixelStorei (GL_PACK_SKIP_IMAGES, 0);
1096 gl.pixelStorei (GL_PACK_ROW_LENGTH, 0);
1097 gl.pixelStorei (GL_PACK_SKIP_ROWS, 0);
1098 gl.pixelStorei (GL_PACK_SKIP_PIXELS, 0);
1099 gl.pixelStorei (GL_PACK_ALIGNMENT, 4);