Lines Matching refs:pixelStorei
924 gl.pixelStorei(GL_PACK_ROW_LENGTH, pp.rowLength); in applyInitialStorageModes()
925 gl.pixelStorei(GL_PACK_SKIP_ROWS, pp.skipRows); in applyInitialStorageModes()
926 gl.pixelStorei(GL_PACK_SKIP_PIXELS, pp.skipPixels); in applyInitialStorageModes()
927 gl.pixelStorei(GL_PACK_ALIGNMENT, pp.alignment); in applyInitialStorageModes()
929 gl.pixelStorei(GL_UNPACK_ROW_LENGTH, up.rowLength); in applyInitialStorageModes()
930 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, up.skipRows); in applyInitialStorageModes()
931 gl.pixelStorei(GL_UNPACK_SKIP_PIXELS, up.skipPixels); in applyInitialStorageModes()
932 gl.pixelStorei(GL_UNPACK_ALIGNMENT, up.alignment); in applyInitialStorageModes()
933 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, up.rowCount); in applyInitialStorageModes()
934 gl.pixelStorei(GL_UNPACK_SKIP_IMAGES, up.skipImages); in applyInitialStorageModes()
938 gl.pixelStorei(GL_PACK_IMAGE_HEIGHT, pp.rowCount); in applyInitialStorageModes()
939 gl.pixelStorei(GL_PACK_SKIP_IMAGES, pp.skipImages); in applyInitialStorageModes()
941 gl.pixelStorei(GL_PACK_SWAP_BYTES, pp.swapBytes); in applyInitialStorageModes()
942 gl.pixelStorei(GL_PACK_LSB_FIRST, pp.lsbFirst); in applyInitialStorageModes()
944 gl.pixelStorei(GL_UNPACK_SWAP_BYTES, up.swapBytes); in applyInitialStorageModes()
945 gl.pixelStorei(GL_UNPACK_LSB_FIRST, up.lsbFirst); in applyInitialStorageModes()