Searched defs:getDC (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/wgl/ | ||
D | WindowSurfaceWGL.cpp | 184 HDC WindowSurfaceWGL::getDC() const in getDC() function in rx::WindowSurfaceWGL |
D | PbufferSurfaceWGL.cpp | 215 HDC PbufferSurfaceWGL::getDC() const in getDC() function in rx::PbufferSurfaceWGL |
D | DXGISwapChainWindowSurfaceWGL.cpp | 288 HDC DXGISwapChainWindowSurfaceWGL::getDC() const in getDC() function in rx::DXGISwapChainWindowSurfaceWGL |
D | D3DTextureSurfaceWGL.cpp | 508 HDC D3DTextureSurfaceWGL::getDC() const in getDC() function in rx::D3DTextureSurfaceWGL |
/external/skia/tools/gpu/gl/win/ | ||
D | SkWGL.h | 151 HDC getDC() const { return fDC; } in getDC() function |