Searched defs:tmpUnpackState (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_swap_texture.c47 CRPixelPackState tmpUnpackState = *unpackstate; local
49 tmpUnpackState.swapBytes = unpackstate->swapBytes ? GL_FALSE : GL_TRUE;
52 pixels, format, type, width, &tmpUnpackState );
97 CRPixelPackState tmpUnpackState = *unpackstate; local
99 tmpUnpackState.swapBytes = unpackstate->swapBytes ? GL_FALSE : GL_TRUE;
103 pixels, format, type, &tmpUnpackState ); /* src */
171 CRPixelPackState tmpUnpackState = *unpackstate; local
173 tmpUnpackState.swapBytes = unpackstate->swapBytes ? GL_FALSE : GL_TRUE;
177 pixels, format, type, &tmpUnpackState );
249 CRPixelPackState tmpUnpackState local
592 CRPixelPackState tmpUnpackState = *unpackstate; local
632 CRPixelPackState tmpUnpackState = *unpackstate; local
[all...]

Completed in 45 milliseconds