| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | formats.c | 1438 * \param swapBytes typically the current pixel pack/unpack byteswap state 1446 GLboolean swapBytes, GLenum *error) 1471 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes) 1474 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8_REV && swapBytes) 1481 && !swapBytes) 1485 && swapBytes) 1496 !swapBytes) 1499 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes) 1506 !swapBytes) 1510 swapBytes) 1444 _mesa_format_matches_format_and_type(mesa_format mesa_format,GLenum format,GLenum type,GLboolean swapBytes,GLenum * error) argument [all...] |
| H A D | formats.h | 777 GLboolean swapBytes, GLenum *error);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | renderpixswap.c | 45 hdr->swapBytes = !hdr->swapBytes; 65 hdr->swapBytes = !hdr->swapBytes; 89 ** Just invert swapBytes flag; the GL will figure out if it needs to swap 92 hdr->swapBytes = !hdr->swapBytes; 115 ** Just invert swapBytes flag; the GL will figure out if it needs to swap 118 hdr->swapBytes = !hdr->swapBytes; [all...] |
| H A D | glxsingle.c | 754 GLboolean swapBytes, lsbFirst; local in function:__glXDisp_ReadPixels 792 swapBytes = *(GLboolean *)(pc + 24); 802 swapBytes = !swapBytes; 878 *(GLboolean *)(be_pc + 24) = swapBytes; 994 /* reverse swapBytes */ 1010 /* reverse swapBytes */
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | singlepix.c | 50 GLboolean swapBytes, lsbFirst; local in function:__glXDisp_ReadPixels 69 swapBytes = *(GLboolean *)(pc + 24); 75 CALL_PixelStorei( GET_DISPATCH(), (GL_PACK_SWAP_BYTES, swapBytes) ); 105 GLboolean swapBytes; local in function:__glXDisp_GetTexImage 124 swapBytes = *(GLboolean *)(pc + 16); 139 CALL_PixelStorei( GET_DISPATCH(), (GL_PACK_SWAP_BYTES, swapBytes) ); 204 GLboolean swapBytes; local in function:GetSeparableFilter 219 swapBytes = *(GLboolean *)(pc + 12); 238 CALL_PixelStorei(GET_DISPATCH(), (GL_PACK_SWAP_BYTES, swapBytes)); 285 GLboolean swapBytes; local in function:GetConvolutionFilter 362 GLboolean swapBytes, reset; local in function:GetHistogram 428 GLboolean swapBytes, reset; local in function:GetMinmax 486 GLboolean swapBytes; local in function:GetColorTable [all...] |
| H A D | singlepixswap.c | 50 GLboolean swapBytes, lsbFirst; local in function:__glXDispSwap_ReadPixels 78 swapBytes = *(GLboolean *)(pc + 24); 84 CALL_PixelStorei( GET_DISPATCH(), (GL_PACK_SWAP_BYTES, !swapBytes) ); 116 GLboolean swapBytes; local in function:__glXDispSwap_GetTexImage 142 swapBytes = *(GLboolean *)(pc + 16); 157 CALL_PixelStorei( GET_DISPATCH(), (GL_PACK_SWAP_BYTES, !swapBytes) ); 229 GLboolean swapBytes; local in function:GetSeparableFilter 249 swapBytes = *(GLboolean *)(pc + 12); 268 CALL_PixelStorei( GET_DISPATCH(), (GL_PACK_SWAP_BYTES, !swapBytes) ); 318 GLboolean swapBytes; local in function:GetConvolutionFilter 402 GLboolean swapBytes, reset; local in function:GetHistogram 475 GLboolean swapBytes, reset; local in function:GetMinmax 540 GLboolean swapBytes; local in function:GetColorTable [all...] |
| H A D | renderpix.c | 51 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) );
|
| H A D | renderpixswap.c | 65 ** Just invert swapBytes flag; the GL will figure out if it needs to swap 68 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, !hdr->swapBytes) );
|
| H A D | indirect_dispatch_swap.c | 1217 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 1241 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 1847 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3098 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3121 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3163 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3344 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3377 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3399 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3885 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); [all...] |
| H A D | indirect_dispatch.c | 1120 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 1144 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 1750 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 2976 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 2999 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3041 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3218 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3251 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3273 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); 3747 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->swapBytes) ); [all...] |
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | singlepix.c | 47 GLboolean swapBytes, lsbFirst; local in function:__glXDisp_ReadPixels 67 swapBytes = *(GLboolean *) (pc + 24); 73 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); 98 GLboolean swapBytes; local in function:__glXDisp_GetTexImage 118 swapBytes = *(GLboolean *) (pc + 16); 134 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); 199 GLboolean swapBytes; local in function:GetSeparableFilter 215 swapBytes = *(GLboolean *) (pc + 12); 234 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); 278 GLboolean swapBytes; local in function:GetConvolutionFilter 355 GLboolean swapBytes, reset; local in function:GetHistogram 425 GLboolean swapBytes, reset; local in function:GetMinmax 488 GLboolean swapBytes; local in function:GetColorTable [all...] |
| H A D | singlepixswap.c | 47 GLboolean swapBytes, lsbFirst; local in function:__glXDispSwap_ReadPixels 77 swapBytes = *(GLboolean *) (pc + 24); 83 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); 110 GLboolean swapBytes; local in function:__glXDispSwap_GetTexImage 138 swapBytes = *(GLboolean *) (pc + 16); 154 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); 227 GLboolean swapBytes; local in function:GetSeparableFilter 249 swapBytes = *(GLboolean *) (pc + 12); 268 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); 316 GLboolean swapBytes; local in function:GetConvolutionFilter 403 GLboolean swapBytes, reset; local in function:GetHistogram 482 GLboolean swapBytes, reset; local in function:GetMinmax 553 GLboolean swapBytes; local in function:GetColorTable [all...] |
| H A D | renderpix.c | 48 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes);
|
| H A D | renderpixswap.c | 63 ** Just invert swapBytes flag; the GL will figure out if it needs to swap 66 glPixelStorei(GL_UNPACK_SWAP_BYTES, !hdr->swapBytes);
|
| H A D | indirect_dispatch.c | 965 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 986 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 1492 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 2693 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 2713 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 2749 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 2915 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 2943 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 2962 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 3414 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); [all...] |
| H A D | indirect_dispatch_swap.c | 1123 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 1146 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 1685 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 2973 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 2995 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 3034 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 3215 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 3246 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 3267 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); 3754 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_format.h | 67 GLenum format, GLenum type, GLboolean swapBytes); 71 GLenum format, GLenum type, GLboolean swapBytes);
|
| H A D | st_format.c | 1219 * Given an OpenGL user-requested format and type, and swapBytes state, 1227 GLenum format, GLenum type, GLboolean swapBytes) 1229 if (swapBytes && !_mesa_swap_bytes_in_type_enum(&type)) 1243 * Given an OpenGL user-requested format and type, and swapBytes state, 1251 GLenum format, GLenum type, GLboolean swapBytes) 1254 enum pipe_format pformat = st_choose_matching_format_noverify(st, format, type, swapBytes); 1226 st_choose_matching_format_noverify(struct st_context * st,GLenum format,GLenum type,GLboolean swapBytes) argument 1250 st_choose_matching_format(struct st_context * st,unsigned bind,GLenum format,GLenum type,GLboolean swapBytes) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_format.h | 67 GLenum format, GLenum type, GLboolean swapBytes);
|
| H A D | st_format.c | 2291 * Given an OpenGL user-requested format and type, and swapBytes state, 2299 GLenum format, GLenum type, GLboolean swapBytes) 2316 swapBytes, NULL)) { 2298 st_choose_matching_format(struct st_context * st,unsigned bind,GLenum format,GLenum type,GLboolean swapBytes) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | pixel.c | 175 GLint swapBytes = state->storeUnpack.swapEndian; local in function:__glFillImage 202 swapBytes = 0; 215 if (swapBytes) {
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | pixel.c | 175 GLint swapBytes = state->storeUnpack.swapEndian; local in function:__glFillImage 202 swapBytes = 0; 215 if (swapBytes) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | formats.c | 1442 * \param swapBytes typically the current pixel pack/unpack byteswap state 1450 bool swapBytes, GLenum *error) 1461 if (swapBytes && !_mesa_swap_bytes_in_type_enum(&type)) 1448 _mesa_format_matches_format_and_type(mesa_format mformat,GLenum format,GLenum type,bool swapBytes,GLenum * error) argument
|
| H A D | formats.h | 743 bool swapBytes, GLenum *error);
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| H A D | glxproto.h | 1469 BOOL swapBytes; \ 1490 BOOL swapBytes; \
|