Home
last modified time | relevance | path

Searched refs:windowContext (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Main/
DFrameBufferGDI.cpp92 …StretchBlt(windowContext, destLeft, destTop, destWidth, destHeight, bitmapContext, sourceLeft, sou… in blit()
113 SetDeviceGammaRamp(windowContext, gammaRamp); in setGammaRamp()
118 GetDeviceGammaRamp(windowContext, gammaRamp); in getGammaRamp()
137 windowContext = GetDC(window); in init()
138 bitmapContext = CreateCompatibleDC(windowContext); in init()
159 ReleaseDC(bitmapWindow, windowContext); in release()
DFrameBufferGDI.hpp48 HDC windowContext; member in sw::FrameBufferGDI
/external/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp44 windowContext = GetDC(hwnd); in Win32SurfaceKHR()
45 bitmapContext = CreateCompatibleDC(windowContext); in Win32SurfaceKHR()
52 ReleaseDC(hwnd, windowContext); in destroySurface()
113 …StretchBlt(windowContext, 0, 0, extent.width, extent.height, bitmapContext, 0, 0, extent.width, ex… in present()
DWin32SurfaceKHR.hpp53 HDC windowContext = {}; member in vk::Win32SurfaceKHR