Searched refs:windowContext (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Main/ |
D | FrameBufferGDI.cpp | 92 …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()
|
D | FrameBufferGDI.hpp | 48 HDC windowContext; member in sw::FrameBufferGDI
|
/external/swiftshader/src/WSI/ |
D | FrameBufferGDI.cpp | 92 …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()
|
D | FrameBufferGDI.hpp | 48 HDC windowContext; member in sw::FrameBufferGDI
|