Searched refs:ymove (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | drawpix.h | 40 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
|
D | drawpix.c | 298 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap() argument 365 ctx->Current.RasterPos[1] += ymove; in _mesa_Bitmap()
|
D | dlist.h | 46 float xmove, ymove; /**< rasterpos move */ member
|
D | dlist.c | 769 g->ymove = bitmap_ymove; in build_bitmap_atlas() 1568 GLfloat xmove, GLfloat ymove, const GLubyte * pixels) in save_Bitmap() argument 1580 n[6].f = ymove; in save_Bitmap() 1587 xorig, yorig, xmove, ymove, pixels)); in save_Bitmap()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bitmap.c | 709 const float xmove = g->xmove, ymove = g->ymove; in st_DrawAtlasBitmaps() local 771 ctx->Current.RasterPos[1] += ymove; in st_DrawAtlasBitmaps()
|
/external/mesa3d/include/GL/ |
D | gl.h | 1212 GLfloat xmove, GLfloat ymove,
|
D | glext.h | 5161 …dth, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bi… 5265 …dth, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bi…
|
/external/swiftshader/include/GL/ |
D | glext.h | 5157 …dth, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bi… 5261 …dth, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bi…
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 37016 …dth, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * b… in _mesa_marshal_Bitmap() argument 37021 CALL_Bitmap(ctx->CurrentServerDispatch, (width, height, xorig, yorig, xmove, ymove, bitmap)); in _mesa_marshal_Bitmap()
|