Searched refs:destStride (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | image.h | 95 GLubyte *destBuffer, GLint destStride,
|
| H A D | image.c | 395 * \param destStride row stride in dest buffer 402 GLubyte *destBuffer, GLint destStride, 462 dstRow += destStride; 399 _mesa_expand_bitmap(GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap,GLubyte * destBuffer,GLint destStride,GLubyte onValue) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | image.h | 95 GLubyte *destBuffer, GLint destStride,
|
| H A D | image.c | 395 * \param destStride row stride in dest buffer 402 GLubyte *destBuffer, GLint destStride, 462 dstRow += destStride; 399 _mesa_expand_bitmap(GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap,GLubyte * destBuffer,GLint destStride,GLubyte onValue) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 529 const int destStride = _mesa_image_row_stride(pack, width, format, type); local in function:st_ReadPixels 534 if (tex_xfer->stride == bytesPerRow && destStride == bytesPerRow) { 542 dest += destStride;
|
| H A D | st_cb_bitmap.c | 106 ubyte *destBuffer, uint destStride) 108 destBuffer += py * destStride + px; 111 destBuffer, destStride, 0x0); 102 unpack_bitmap(struct st_context * st,GLint px,GLint py,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap,ubyte * destBuffer,uint destStride) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_query.c | 720 VkDeviceSize destStride, 811 dest_addr = anv_address_add(dest_addr, destStride); 823 VkDeviceSize destStride,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 542 const int destStride = _mesa_image_row_stride(pack, width, format, type); local in function:st_ReadPixels 547 if (tex_xfer->stride == bytesPerRow && destStride == bytesPerRow) { 555 dest += destStride;
|
| H A D | st_cb_bitmap.c | 106 ubyte *destBuffer, uint destStride) 108 destBuffer += py * destStride + px; 111 destBuffer, destStride, 0x0); 102 unpack_bitmap(struct st_context * st,GLint px,GLint py,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLubyte * bitmap,ubyte * destBuffer,uint destStride) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_query.c | 1347 VkDeviceSize destStride, 1458 dest_addr = anv_address_add(dest_addr, destStride); 1470 VkDeviceSize destStride,
|
Completed in 13 milliseconds