Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Dxfonts.c345 glBitmap(width, height, x0, y0, dx, dy, bm); in Fake_glXUseXFont()
355 glBitmap(0, 0, 0.0, 0.0, dx, dy, NULL); in Fake_glXUseXFont()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_usefont.c346 glBitmap(width, height, x0, y0, dx, dy, bm); in glXUseXFont()
356 glBitmap(0, 0, 0.0, 0.0, dx, dy, NULL); in glXUseXFont()
/external/mesa3d/docs/relnotes/
D6.2.129 and glBitmap work with PBOs. This has been fixed for Mesa 6.3.
D6.232 and glBitmap work with PBOs.
/external/mesa3d/src/glx/
Dxfont.c357 glBitmap(width, height, x0, y0, dx, dy, bm); in DRI_glXUseXFont()
367 glBitmap(0, 0, 0.0, 0.0, dx, dy, NULL); in DRI_glXUseXFont()
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def21 glBitmap = glBitmap@28
Dosmesa.def24 glBitmap
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def14 glBitmap = glBitmap@28
Dopengl32.def14 glBitmap
Dstw_context.c524 &glBitmap,
/external/swiftshader/src/OpenGL/libGL/
DlibGL.def15 glBitmap @13
DlibGL.cpp5559 void APIENTRY glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, … in glBitmap() function
/external/mesa3d/docs/
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/include/GL/
Dgl.h1210 GLAPI void GLAPIENTRY glBitmap( GLsizei width, GLsizei height,
Dgl_mangle.h131 #define glBitmap MANGLE(Bitmap) macro