Home
last modified time | relevance | path

Searched refs:ContextWGL (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/wgl/
DContextWGL.cpp11 ContextWGL::ContextWGL(const gl::State &state, in ContextWGL() function in rx::ContextWGL
18 ContextWGL::~ContextWGL() {} in ~ContextWGL()
20 HGLRC ContextWGL::getContext() const in getContext()
DContextWGL.h17 class ContextWGL : public ContextGL
20 ContextWGL(const gl::State &state,
23 ~ContextWGL() override;
DDisplayWGL.cpp472 return new ContextWGL(state, errorSet, mRenderer); in createContext()
687 ContextWGL *contextWGL = GetImplAs<ContextWGL>(context); in makeCurrent()
/external/angle/src/libANGLE/renderer/gl/
DBUILD.gn83 "wgl/ContextWGL.cpp",
84 "wgl/ContextWGL.h",