Searched refs:__GLX_MEM_COPY (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | g_renderswap.c | 77 __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 D | render2swap.c | 171 __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 D | unpack.h | 46 #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 D | unpack.h | 50 #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 D | render2.c | 114 __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 D | render2swap.c | 155 __GLX_MEM_COPY(pc - 4, pc, compsize * 8); in __glXDispSwap_Map1d() 211 __GLX_MEM_COPY(pc - 4, pc, compsize * 8); in __glXDispSwap_Map2d()
|