Searched defs:xmove (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | drawpix.c | 320 _mesa_Bitmap( GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap ) _mesa_Bitmap() argument
|
H A D | dlist.h | 79 float xmove, ymove; /**< rasterpos move */ member
|
H A D | dlist.c | 1634 save_Bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * pixels) save_Bitmap() argument
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_bitmap.c | 697 const float xmove = g->xmove, ymove = g->ymove; in st_DrawAtlasBitmaps() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL1.cpp | 24 ValidateBitmap(const Context *, angle::EntryPoint entryPoint, GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) ValidateBitmap() argument
|
H A D | Context_gl.cpp | 691 bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) bitmap() argument
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 104 GL_Bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) GL_Bitmap() argument
|
H A D | libGL_autogen.cpp | 37 glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) glBitmap() argument
|
/third_party/mesa3d/src/glx/tests/ |
H A D | indirect_api.cpp | 80 void __indirect_glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) { } in __indirect_glBitmap() argument
|
Completed in 69 milliseconds