Home | History | Annotate | Download | only in win32

Lines Matching defs:Core

4  * drawElements Quality Program Tester Core
152 * \brief Core WGL API
154 * \note Created API objects depend on Core object being live. User is
155 * resposible of keeping Core live as long as there are API objects
158 class Core
161 Core (HINSTANCE instance);
162 ~Core (void);
171 Core (const Core& other);
172 Core& operator= (const Core& other);
190 Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat);
204 const Core* m_core;
210 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);