Searched refs:xorig (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | drawpix.c | 299 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap() argument 327 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig); in _mesa_Bitmap()
|
D | dlist.c | 1141 GLfloat xorig, GLfloat yorig, in save_Bitmap() argument 1151 n[3].f = xorig; in save_Bitmap() 1160 xorig, yorig, xmove, ymove, pixels)); in save_Bitmap()
|
/external/mesa3d/include/GL/ |
D | gl.h | 1239 GLfloat xorig, GLfloat yorig,
|