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

/external/mesa3d/src/mesa/main/
H A Ddrawpix.h40 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
H A Ddlist.h46 float xmove, ymove; /**< rasterpos move */ member in struct:gl_bitmap_glyph
H A Ddrawpix.c298 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
365 ctx->Current.RasterPos[1] += ymove;
297 _mesa_Bitmap( GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap ) argument
H A Ddlist.c768 g->ymove = bitmap_ymove;
1567 GLfloat xmove, GLfloat ymove, const GLubyte * pixels)
1579 n[6].f = ymove;
1586 xorig, yorig, xmove, ymove, pixels));
1565 save_Bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * pixels) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c727 const float xmove = g->xmove, ymove = g->ymove; local
789 ctx->Current.RasterPos[1] += ymove;
/external/mesa3d/include/GL/
H A Dgl.h1212 GLfloat xmove, GLfloat ymove,
H A Dglext.h5095 typedef void (APIENTRYP PFNGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
5199 GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp5585 void APIENTRY glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) argument
/external/swiftshader/include/GL/
H A Dglext.h4518 typedef void (APIENTRYP PFNGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
4623 GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);

Completed in 317 milliseconds