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/
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