OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLOT
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_line.c
137
#define
PLOT
(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel );
154
#define
PLOT
(X,Y) *pixelPtr = pixel;
171
#define
PLOT
(X,Y) *pixelPtr = pixel;
188
#define
PLOT
(X,Y) *pixelPtr = pixel;
204
#define
PLOT
(X,Y) { \
225
#define
PLOT
(X,Y) *pixelPtr = pixel;
242
#define
PLOT
(X,Y) PACK_TRUEDITHER( *pixelPtr, X, Y, color[0], color[1], color[2] );
260
#define
PLOT
(X,Y) \
283
#define
PLOT
(X,Y) \
306
#define
PLOT
(X,Y)
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
xm_line.c
137
#define
PLOT
(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel );
154
#define
PLOT
(X,Y) *pixelPtr = pixel;
171
#define
PLOT
(X,Y) *pixelPtr = pixel;
188
#define
PLOT
(X,Y) *pixelPtr = pixel;
204
#define
PLOT
(X,Y) { \
225
#define
PLOT
(X,Y) *pixelPtr = pixel;
242
#define
PLOT
(X,Y) PACK_TRUEDITHER( *pixelPtr, X, Y, color[0], color[1], color[2] );
260
#define
PLOT
(X,Y) \
283
#define
PLOT
(X,Y) \
306
#define
PLOT
(X,Y)
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_linetemp.h
51
* To actually "
plot
" each pixel the
PLOT
macro must be defined...
52
*
PLOT
(X,Y) - code to
plot
a pixel. Example:
312
#ifdef
PLOT
313
PLOT
( x0, y0 );
352
#ifdef
PLOT
353
PLOT
( x0, y0 );
399
#undef
PLOT
/external/mesa3d/src/mesa/swrast/
s_linetemp.h
51
* To actually "
plot
" each pixel the
PLOT
macro must be defined...
52
*
PLOT
(X,Y) - code to
plot
a pixel. Example:
312
#ifdef
PLOT
313
PLOT
( x0, y0 );
352
#ifdef
PLOT
353
PLOT
( x0, y0 );
399
#undef
PLOT
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c
152
#define
PLOT
(X, Y) \
173
#define
PLOT
(X, Y) \
[
all
...]
/external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c
152
#define
PLOT
(X, Y) \
173
#define
PLOT
(X, Y) \
[
all
...]
Completed in 80 milliseconds