Searched refs:glBitmap (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 345 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/ |
D | glx_usefont.c | 346 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/ |
D | 6.2.1 | 29 and glBitmap work with PBOs. This has been fixed for Mesa 6.3.
|
D | 6.2 | 32 and glBitmap work with PBOs.
|
/external/mesa3d/src/glx/ |
D | xfont.c | 357 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/ |
D | osmesa.mingw.def | 21 glBitmap = glBitmap@28
|
D | osmesa.def | 24 glBitmap
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 14 glBitmap = glBitmap@28
|
D | opengl32.def | 14 glBitmap
|
D | stw_context.c | 524 &glBitmap,
|
/external/swiftshader/src/OpenGL/libGL/ |
D | libGL.def | 15 glBitmap @13
|
D | libGL.cpp | 5559 void APIENTRY glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, … in glBitmap() function
|
/external/mesa3d/docs/ |
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/include/GL/ |
D | gl.h | 1210 GLAPI void GLAPIENTRY glBitmap( GLsizei width, GLsizei height,
|
D | gl_mangle.h | 131 #define glBitmap MANGLE(Bitmap) macro
|