| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | pixelstore.c | 118 state->storePack.skipImages = a; 179 state->storeUnpack.skipImages = a; 262 state->storePack.skipImages = param; 317 state->storeUnpack.skipImages = param;
|
| H A D | pixel.c | 174 GLint skipImages = state->storeUnpack.skipImages; local in function:__glFillImage 210 start = ((const GLubyte *) userdata) + skipImages * imageSize + 401 GLint skipImages = state->storePack.skipImages; local in function:__glEmptyImage 437 start = ((GLubyte *) userdata) + skipImages * imageSize +
|
| H A D | single2.c | 261 *data = (GLintptr) state->storePack.skipImages; 285 *data = (GLintptr) state->storeUnpack.skipImages;
|
| H A D | glxclient.h | 189 GLuint skipImages; member in struct:__GLXpixelStoreModeRec
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | pixelstore.c | 118 state->storePack.skipImages = a; 179 state->storeUnpack.skipImages = a; 262 state->storePack.skipImages = param; 317 state->storeUnpack.skipImages = param;
|
| H A D | pixel.c | 174 GLint skipImages = state->storeUnpack.skipImages; local in function:__glFillImage 210 start = ((const GLubyte *) userdata) + skipImages * imageSize + 401 GLint skipImages = state->storePack.skipImages; local in function:__glEmptyImage 437 start = ((GLubyte *) userdata) + skipImages * imageSize +
|
| H A D | single2.c | 261 *data = (GLintptr) state->storePack.skipImages; 285 *data = (GLintptr) state->storeUnpack.skipImages;
|
| H A D | glxclient.h | 191 GLuint skipImages; member in struct:__GLXpixelStoreModeRec
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | rensize.c | 144 * \param skipImages Number of extra layers of image data in a volumtric 159 GLint skipImages, GLint skipRows, GLint alignment ) 191 if (imageHeight < 0 || rowLength < 0 || skipImages < 0 || skipRows < 0) 321 return safe_mul(safe_add(d, skipImages), imageSize); 156 __glXImageSize(GLenum format,GLenum type,GLenum target,GLsizei w,GLsizei h,GLsizei d,GLint imageHeight,GLint rowLength,GLint skipImages,GLint skipRows,GLint alignment) argument
|
| H A D | glxserver.h | 280 GLint imageHeight, GLint rowLength, GLint skipImages, GLint skipRows,
|
| H A D | indirect_dispatch_swap.c | 3890 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SKIP_IMAGES, (GLint) bswap_CARD32( & hdr->skipImages )) ); 3918 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SKIP_IMAGES, (GLint) bswap_CARD32( & hdr->skipImages )) );
|
| H A D | indirect_dispatch.c | 3752 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SKIP_IMAGES, (GLint) hdr->skipImages) ); 3780 CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SKIP_IMAGES, (GLint) hdr->skipImages) );
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | rensize.c | 149 * \param skipImages Number of extra layers of image data in a volumtric 165 GLint skipImages, GLint skipRows, GLint alignment) 197 if (imageHeight < 0 || rowLength < 0 || skipImages < 0 || skipRows < 0) 332 return safe_mul(safe_add(d, skipImages), imageSize); 162 __glXImageSize(GLenum format,GLenum type,GLenum target,GLsizei w,GLsizei h,GLsizei d,GLint imageHeight,GLint rowLength,GLint skipImages,GLint skipRows,GLint alignment) argument
|
| H A D | glxserver.h | 206 GLint imageHeight, GLint rowLength, GLint skipImages,
|
| H A D | indirect_dispatch.c | 3419 glPixelStorei(GL_UNPACK_SKIP_IMAGES, (GLint) hdr->skipImages); 3444 glPixelStorei(GL_UNPACK_SKIP_IMAGES, (GLint) hdr->skipImages);
|
| H A D | indirect_dispatch_swap.c | 3761 (GLint) bswap_CARD32(&hdr->skipImages)); 3790 (GLint) bswap_CARD32(&hdr->skipImages));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | renderpixswap.c | 130 __GLX_SWAP_INT((GLbyte *)&hdr->skipImages); 236 __GLX_SWAP_INT((GLbyte *)&hdr->skipImages);
|
| H A D | glxserver.h | 253 GLint skipImages, GLint skipRows,
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| H A D | glxproto.h | 1498 CARD32 skipImages; \
|