Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp96 m_hBmPixmap = 0; in OsInit()
332 m_hBmPixmap = CreateCompatibleBitmap(m_hDC, 640, 480); in OsDoInitAPI()
343 m_hBmPixmapOld = (HBITMAP)SelectObject(m_hDcPixmap, m_hBmPixmap); in OsDoInitAPI()
365 DeleteObject(m_hBmPixmap); in OsDoReleaseAPI()
420 return m_hBmPixmap; in OsGetNativePixmapType()
DPVRShellOS.h56 HBITMAP m_hBmPixmap, m_hBmPixmapOld; variable