Searched defs:INIT_PIXEL_PTR (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/ |
H A D | s_spantemp.h | 36 * INIT_PIXEL_PTR(P, X, Y) to initialize a pointer to a pixel 69 INIT_PIXEL_PTR(pixel, x, y); 92 INIT_PIXEL_PTR(pixel, x[i], y[i]); 109 INIT_PIXEL_PTR(pixel, x, y); 139 INIT_PIXEL_PTR(pixel, x, y); 165 INIT_PIXEL_PTR(pixel, x, y); 197 INIT_PIXEL_PTR(pixel, x[i], y[i]); 218 INIT_PIXEL_PTR(pixel, x[i], y[i]); 231 #undef INIT_PIXEL_PTR macro
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | vboxdri_drv.c | 216 #define INIT_PIXEL_PTR(P, X, Y) \ macro 237 #define INIT_PIXEL_PTR(P, X, Y) \ macro 264 #define INIT_PIXEL_PTR(P, X, Y) \ macro 283 #define INIT_PIXEL_PTR(P, X, Y) \ macro 303 #define INIT_PIXEL_PTR(P, X, Y) \ macro
|
Completed in 51 milliseconds