Home
last modified time | relevance | path

Searched refs:__GLX_MEM_COPY (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dg_renderswap.c77 __GLX_MEM_COPY(pc - 4, pc, 24); in __glXDispSwap_Color3dv()
150 __GLX_MEM_COPY(pc - 4, pc, 32); in __glXDispSwap_Color4dv()
231 __GLX_MEM_COPY(pc - 4, pc, 8); in __glXDispSwap_Indexdv()
282 __GLX_MEM_COPY(pc - 4, pc, 24); in __glXDispSwap_Normal3dv()
328 __GLX_MEM_COPY(pc - 4, pc, 16); in __glXDispSwap_RasterPos2dv()
374 __GLX_MEM_COPY(pc - 4, pc, 24); in __glXDispSwap_RasterPos3dv()
420 __GLX_MEM_COPY(pc - 4, pc, 32); in __glXDispSwap_RasterPos4dv()
466 __GLX_MEM_COPY(pc - 4, pc, 32); in __glXDispSwap_Rectdv()
516 __GLX_MEM_COPY(pc - 4, pc, 8); in __glXDispSwap_TexCoord1dv()
562 __GLX_MEM_COPY(pc - 4, pc, 16); in __glXDispSwap_TexCoord2dv()
[all …]
H A Drender2swap.c171 __GLX_MEM_COPY(pc - 4, pc, compsize * 8); in __glXDispSwap_Map1d()
218 __GLX_MEM_COPY(pc - 4, pc, compsize * 8); in __glXDispSwap_Map2d()
H A Dunpack.h46 #define __GLX_MEM_COPY(dst,src,n) memmove(dst,src,n) macro
47 #define __GLX_GET_DOUBLE(dst,src) __GLX_MEM_COPY(&dst,src,8)
/OK3568_Linux_fs/external/xserver/glx/
H A Dunpack.h50 #define __GLX_MEM_COPY(dst,src,n) memmove(dst,src,n) macro
51 #define __GLX_GET_DOUBLE(dst,src) __GLX_MEM_COPY(&dst,src,8)
H A Drender2.c114 __GLX_MEM_COPY(pc - 4, pc, compsize * 8); in __glXDisp_Map1d()
166 __GLX_MEM_COPY(pc - 4, pc, compsize * 8); in __glXDisp_Map2d()
H A Drender2swap.c155 __GLX_MEM_COPY(pc - 4, pc, compsize * 8); in __glXDispSwap_Map1d()
211 __GLX_MEM_COPY(pc - 4, pc, compsize * 8); in __glXDispSwap_Map2d()