Home
last modified time | relevance | path

Searched refs:glBitmap (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/docs/
DRELNOTES-6.2.129 and glBitmap work with PBOs. This has been fixed for Mesa 6.3.
DRELNOTES-6.232 and glBitmap work with PBOs.
DVERSIONS71 - 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/
Dxfont.c347 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/
Dxfonts.c351 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/
Dglx_usefont.c345 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/
Dopengl32.mingw.def14 glBitmap = glBitmap@28
Dopengl32.def14 glBitmap
Dstw_context.c445 &glBitmap,
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c452 glBitmap(bmapWidth, bmapHeight, 0.0, (GLfloat)metric.tmDescent, in wglUseFontBitmaps_FX()
549 glBitmap(gm.gmBlackBoxX,gm.gmBlackBoxY, in wglUseFontBitmapsA()
Dmesa.def38 glBitmap
/external/mesa3d/include/GL/
Dgl.h1238 GLAPI void GLAPIENTRY glBitmap( GLsizei width, GLsizei height,
Dgl_mangle.h118 #define glBitmap MANGLE(Bitmap) macro