Home
last modified time | relevance | path

Searched refs:ymove (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddrawpix.h40 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
Ddrawpix.c298 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap() argument
365 ctx->Current.RasterPos[1] += ymove; in _mesa_Bitmap()
Ddlist.h46 float xmove, ymove; /**< rasterpos move */ member
Ddlist.c769 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/
Dst_cb_bitmap.c709 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/
Dgl.h1212 GLfloat xmove, GLfloat ymove,
Dglext.h5161 …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/
Dglext.h5157 …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/
Dmarshal_generated.c37016 …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()