Searched refs:dibDC (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
H A Dwindows_drawable.c60 return d->dibDC;
133 d->dibDC = CreateCompatibleDC(NULL);
141 d->hDIB = CreateDIBSection(d->dibDC, (BITMAPINFO *) pBmpHeader,
149 d->hOldDIB = SelectObject(d->dibDC, d->hDIB);
173 SelectObject(drawable->dibDC, drawable->hOldDIB);
176 DeleteDC(drawable->dibDC);
H A Dwindowsgl_internal.h59 HDC dibDC; member in struct:_windowsDrawable
/xsrc/external/mit/MesaLib/dist/src/glx/windows/
H A Dwindows_drawable.c60 return d->dibDC;
133 d->dibDC = CreateCompatibleDC(NULL);
141 d->hDIB = CreateDIBSection(d->dibDC, (BITMAPINFO *) pBmpHeader,
149 d->hOldDIB = SelectObject(d->dibDC, d->hDIB);
173 SelectObject(drawable->dibDC, drawable->hOldDIB);
176 DeleteDC(drawable->dibDC);
H A Dwindowsgl_internal.h59 HDC dibDC; member in struct:_windowsDrawable
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dindirect.h57 HDC dibDC; member in struct:__GLXWinDrawable
H A Dindirect.c854 if (glxPriv->dibDC) {
856 SelectObject(glxPriv->dibDC, glxPriv->hOldDIB);
858 if (!DeleteDC(glxPriv->dibDC)) {
984 if (draw->dibDC == NULL) {
1004 draw->dibDC = CreateCompatibleDC(NULL);
1005 if (draw->dibDC == NULL) {
1030 CreateDIBSection(draw->dibDC, (BITMAPINFO *) &bmpHeader,
1032 if (draw->dibDC == NULL) {
1053 draw->hOldDIB = SelectObject(draw->dibDC, draw->hDIB);
1061 glxWinSetPixelFormat(draw->dibDC,
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dindirect.c110 HDC dibDC; member in struct:__GLXWinDrawable
868 if (glxPriv->dibDC)
871 SelectObject(glxPriv->dibDC, glxPriv->hOldDIB);
873 if (!DeleteDC(glxPriv->dibDC))
1138 *hdc = draw->dibDC;
1266 if (draw->dibDC == NULL)
1284 draw->dibDC = CreateCompatibleDC(NULL);
1285 if (draw->dibDC == NULL)
1291 draw->hDIB = CreateDIBSection(draw->dibDC, (BITMAPINFO *)&bmpHeader, DIB_RGB_COLORS, &pBits, 0, 0);
1292 if (draw->dibDC
[all...]

Completed in 10 milliseconds