Searched refs:skipImages (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | rensize.c | 165 GLint skipImages, GLint skipRows, GLint alignment) in __glXImageSize() argument 197 if (imageHeight < 0 || rowLength < 0 || skipImages < 0 || skipRows < 0) in __glXImageSize() 332 return safe_mul(safe_add(d, skipImages), imageSize); in __glXImageSize()
|
| 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); in __glXDisp_TexImage3D() 3444 glPixelStorei(GL_UNPACK_SKIP_IMAGES, (GLint) hdr->skipImages); in __glXDisp_TexSubImage3D()
|
| H A D | indirect_dispatch_swap.c | 3773 (GLint) bswap_CARD32(&hdr->skipImages)); in __glXDispSwap_TexImage3D() 3802 (GLint) bswap_CARD32(&hdr->skipImages)); in __glXDispSwap_TexSubImage3D()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | renderpixswap.c | 140 __GLX_SWAP_INT((GLbyte *) &hdr->skipImages); in __glXDispSwap_TexImage3D() 253 __GLX_SWAP_INT((GLbyte *) &hdr->skipImages); in __glXDispSwap_TexSubImage3D()
|
| H A D | glxserver.h | 232 GLint skipImages, GLint skipRows, GLint alignment);
|