Searched refs:__GLX_MEM_COPY (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/glx/
H A Dpackrender.h152 #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)
H A Deval.c85 __GLX_MEM_COPY(data, points, majorOrder * majorStride *
110 __GLX_MEM_COPY(data, points, majorOrder * majorStride *
121 __GLX_MEM_COPY(data, points, x);
H A Dpixel.c238 __GLX_MEM_COPY(iter2, itera,
245 __GLX_MEM_COPY(iter2, iter, elementsPerRow * elementSize);
445 __GLX_MEM_COPY(itera, sourceImage,
452 __GLX_MEM_COPY(iter, sourceImage,
H A Dpacksingle.h161 __GLX_MEM_COPY(p, &reply.pad3, 8)

Completed in 253 milliseconds