HomeSort by relevance Sort by last modified time
    Searched refs:clearBrush (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesadef.h 17 HBRUSH clearBrush;
wmesa.c 280 DeleteObject(pwc->clearBrush);
282 pwc->clearBrush = CreateSolidBrush(pwc->clearColorRef);
401 HBRUSH Old_Brush = SelectObject(DC, pwc->clearBrush);
1143 DeleteObject(pwc->clearBrush);
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 17 HBRUSH clearBrush;
wmesa.c 280 DeleteObject(pwc->clearBrush);
282 pwc->clearBrush = CreateSolidBrush(pwc->clearColorRef);
401 HBRUSH Old_Brush = SelectObject(DC, pwc->clearBrush);
1143 DeleteObject(pwc->clearBrush);
    [all...]

Completed in 142 milliseconds