Searched refs:skipImages (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dpixelstore.c118 state->storePack.skipImages = a;
179 state->storeUnpack.skipImages = a;
262 state->storePack.skipImages = param;
317 state->storeUnpack.skipImages = param;
H A Dpixel.c174 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 Dsingle2.c261 *data = (GLintptr) state->storePack.skipImages;
285 *data = (GLintptr) state->storeUnpack.skipImages;
H A Dglxclient.h189 GLuint skipImages; member in struct:__GLXpixelStoreModeRec
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dpixelstore.c118 state->storePack.skipImages = a;
179 state->storeUnpack.skipImages = a;
262 state->storePack.skipImages = param;
317 state->storeUnpack.skipImages = param;
H A Dpixel.c174 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 Dsingle2.c261 *data = (GLintptr) state->storePack.skipImages;
285 *data = (GLintptr) state->storeUnpack.skipImages;
H A Dglxclient.h191 GLuint skipImages; member in struct:__GLXpixelStoreModeRec
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Drensize.c144 * \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 Dglxserver.h280 GLint imageHeight, GLint rowLength, GLint skipImages, GLint skipRows,
H A Dindirect_dispatch_swap.c3890 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 Dindirect_dispatch.c3752 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 Drensize.c149 * \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 Dglxserver.h206 GLint imageHeight, GLint rowLength, GLint skipImages,
H A Dindirect_dispatch.c3419 glPixelStorei(GL_UNPACK_SKIP_IMAGES, (GLint) hdr->skipImages);
3444 glPixelStorei(GL_UNPACK_SKIP_IMAGES, (GLint) hdr->skipImages);
H A Dindirect_dispatch_swap.c3761 (GLint) bswap_CARD32(&hdr->skipImages));
3790 (GLint) bswap_CARD32(&hdr->skipImages));
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Drenderpixswap.c130 __GLX_SWAP_INT((GLbyte *)&hdr->skipImages);
236 __GLX_SWAP_INT((GLbyte *)&hdr->skipImages);
H A Dglxserver.h253 GLint skipImages, GLint skipRows,
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h1498 CARD32 skipImages; \

Completed in 44 milliseconds