/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.h | 79 float xmove, ymove; /**< rasterpos move */ member
|
H A D | drawpix.c | 321 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap() 392 ctx->Current.RasterPos[1] += ymove; 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 D | dlist.c | 962 g->ymove = bitmap_ymove; in build_bitmap_atlas() 1636 GLfloat xmove, GLfloat ymove, const GLubyte * pixels) in save_Bitmap() 1648 n[6].f = ymove; 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 D | st_cb_bitmap.c | 697 const float xmove = g->xmove, ymove = g->ymove; in st_DrawAtlasBitmaps() local 759 ctx->Current.RasterPos[1] += ymove; in st_DrawAtlasBitmaps()
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 474 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 D | gl.h | 470 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 D | gl.h | 470 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 D | gl.h | 474 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 D | Context_gl_1_autogen.h | 17 GLfloat ymove, const GLubyte *bitmap); \
|
H A D | validationGL1.cpp | 31 GLfloat ymove, 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 D | validationGL1_autogen.h | 31 GLfloat ymove,
|
H A D | Context_gl.cpp | 696 GLfloat ymove, 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 D | gldrv.h | 42 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 D | entry_points_gl_1_autogen.h | 28 GLfloat ymove,
|
H A D | entry_points_gl_1_autogen.cpp | 109 GLfloat ymove, 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 D | libGL_autogen.cpp | 42 GLfloat ymove, 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 D | gl.h | 1205 GLfloat xmove, GLfloat ymove,
|
H A D | glext.h | 5160 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 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
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1932 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 D | glext.h | 5142 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 D | glext.h | 5157 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 D | glext.h | 5156 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);
|