Searched refs:glBitmap (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/docs/ |
D | RELNOTES-6.2.1 | 29 and glBitmap work with PBOs. This has been fixed for Mesa 6.3.
|
D | RELNOTES-6.2 | 32 and glBitmap work with PBOs.
|
D | VERSIONS | 71 - glBitmap() and glDrawPixels() clipping 527 - glBitmap didn't always check for invalid raster position 538 - glBitmap in feedback mode was offset by xOrig, yOrig params 573 - glBitmap in feedback mode didn't work 925 - feedback attributes for glDraw/CopyPixels and glBitmap were wrong 1394 - glBitmap, glDraw/CopyPixels mistakenly generated selection hits 1415 - fragment program fog option didn't work with glDrawPixels, glBitmap
|
/external/mesa3d/src/glx/ |
D | xfont.c | 347 glBitmap(width, height, x0, y0, dx, dy, bm); in DRI_glXUseXFont() 357 glBitmap(0, 0, 0.0, 0.0, dx, dy, NULL); in DRI_glXUseXFont()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 351 glBitmap(width, height, x0, y0, dx, dy, bm); in Fake_glXUseXFont() 361 glBitmap(0, 0, 0.0, 0.0, dx, dy, NULL); in Fake_glXUseXFont()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 345 glBitmap(width, height, x0, y0, dx, dy, bm); in glXUseXFont() 355 glBitmap(0, 0, 0.0, 0.0, dx, dy, NULL); in glXUseXFont()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 14 glBitmap = glBitmap@28
|
D | opengl32.def | 14 glBitmap
|
D | stw_context.c | 445 &glBitmap,
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 452 glBitmap(bmapWidth, bmapHeight, 0.0, (GLfloat)metric.tmDescent, in wglUseFontBitmaps_FX() 549 glBitmap(gm.gmBlackBoxX,gm.gmBlackBoxY, in wglUseFontBitmapsA()
|
D | mesa.def | 38 glBitmap
|
/external/mesa3d/include/GL/ |
D | gl.h | 1238 GLAPI void GLAPIENTRY glBitmap( GLsizei width, GLsizei height,
|
D | gl_mangle.h | 118 #define glBitmap MANGLE(Bitmap) macro
|