OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__GLX_MEM_COPY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/
packrender.h
152
#define
__GLX_MEM_COPY
(dest,src,bytes) \
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)
/external/mesa3d/src/glx/
packrender.h
152
#define
__GLX_MEM_COPY
(dest,src,bytes) \
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)
Completed in 343 milliseconds