Home
last modified time | relevance | path

Searched refs:xmove (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Ddlist.h79 float xmove, ymove; /**< rasterpos move */ member
H A Ddrawpix.c321 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap()
391 ctx->Current.RasterPos[0] += xmove; in _mesa_Bitmap()
320 _mesa_Bitmap( GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap ) _mesa_Bitmap() argument
H A Ddlist.c961 g->xmove = bitmap_xmove; in build_bitmap_atlas()
1636 GLfloat xmove, GLfloat ymove, const GLubyte * pixels) in save_Bitmap()
1647 n[5].f = xmove; in save_Bitmap()
1655 xorig, yorig, xmove, ymove, pixels)); in save_Bitmap()
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 Dst_cb_bitmap.c697 const float xmove = g->xmove, ymove = g->ymove; in st_DrawAtlasBitmaps() local
758 ctx->Current.RasterPos[0] += xmove; in st_DrawAtlasBitmaps()
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h474 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h470 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h470 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h474 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_1_autogen.h16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \
H A DvalidationGL1.cpp30 GLfloat xmove, in ValidateBitmap()
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 DvalidationGL1_autogen.h30 GLfloat xmove,
H A DContext_gl.cpp695 GLfloat xmove, in bitmap()
691 bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) bitmap() argument
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h42 void (APIENTRY *glBitmap )( GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap );
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.h27 GLfloat xmove,
H A Dentry_points_gl_1_autogen.cpp108 GLfloat xmove, in GL_Bitmap()
114 "context = %d, width = %d, height = %d, xorig = %f, yorig = %f, xmove = %f, ymove = %f, " in GL_Bitmap()
116 CID(context), width, height, xorig, yorig, xmove, ymove, (uintptr_t)bitmap); in GL_Bitmap()
123 xorig, yorig, xmove, ymove, bitmap)); in GL_Bitmap()
126 context->bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); in GL_Bitmap()
128 ANGLE_CAPTURE(Bitmap, isCallValid, context, width, height, xorig, yorig, xmove, ymove, in GL_Bitmap()
104 GL_Bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) GL_Bitmap() argument
H A DlibGL_autogen.cpp41 GLfloat xmove, in glBitmap()
45 return GL_Bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); in glBitmap()
37 glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) glBitmap() argument
/third_party/mesa3d/include/GL/
H A Dgl.h1205 GLfloat xmove, GLfloat ymove,
H A Dglext.h5160 typedef void (APIENTRYP PFNGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
5264 GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp80 void __indirect_glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) { } in __indirect_glBitmap() argument
/third_party/glfw/deps/glad/
H A Dgl.h1932 typedef void (GLAD_API_PTR *PFNGLBITMAPPROC)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
/third_party/openGLES/api/GL/
H A Dglext.h5142 typedef void (APIENTRYP PFNGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
5246 GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h5157 typedef void (APIENTRYP PFNGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
5261 GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h5156 typedef void (APIENTRYP PFNGLBITMAPXOESPROC) (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
5260 GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);

Completed in 292 milliseconds