Home
last modified time | relevance | path

Searched refs:m_hBmPixmapOld (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.h56 HBITMAP m_hBmPixmap, m_hBmPixmapOld; variable
DPVRShellOS.cpp97 m_hBmPixmapOld = 0; in OsInit()
343 m_hBmPixmapOld = (HBITMAP)SelectObject(m_hDcPixmap, m_hBmPixmap); in OsDoInitAPI()
363 SelectObject(m_hDcPixmap, m_hBmPixmapOld); in OsDoReleaseAPI()