Searched refs:__GLX_MEM_COPY (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/glx/ |
D | packrender.h | 152 #define __GLX_MEM_COPY(dest,src,bytes) \ macro 199 __GLX_MEM_COPY(pc + offset, &a, 8) 208 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_INT8) 212 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_INT16) 215 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_INT32) 218 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_FLOAT32) 221 __GLX_MEM_COPY(pc + offset, a, alen * __GLX_SIZE_FLOAT64)
|
D | eval.c | 85 __GLX_MEM_COPY(data, points, majorOrder * majorStride * in __glFillMap2f() 110 __GLX_MEM_COPY(data, points, majorOrder * majorStride * in __glFillMap2d() 121 __GLX_MEM_COPY(data, points, x); in __glFillMap2d()
|
D | pixel.c | 238 __GLX_MEM_COPY(iter2, itera, in __glFillImage() 245 __GLX_MEM_COPY(iter2, iter, elementsPerRow * elementSize); in __glFillImage() 445 __GLX_MEM_COPY(itera, sourceImage, in __glEmptyImage() 452 __GLX_MEM_COPY(iter, sourceImage, in __glEmptyImage()
|
D | packsingle.h | 161 __GLX_MEM_COPY(p, &reply.pad3, 8)
|