Lines Matching defs:const
176 std::vector<int> getPixelFormats (HDC deviceCtx) const;
177 PixelFormatInfo getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const;
180 const Library* getLibrary (void) const { return m_library; }
183 Core (const Core& other);
184 Core& operator= (const Core& other);
202 Context (const Core* core,
204 const Context* sharedContext,
210 FunctionPtr getGLFunction (const char* name) const;
213 void swapBuffers (void) const;
215 HDC getDeviceContext (void) const { return m_deviceCtx; }
216 HGLRC getGLContext (void) const { return m_context; }
219 Context (const Context& other);
220 Context& operator= (const Context& other);
222 const Core* m_core;
228 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
231 bool isSupportedByTests (const PixelFormatInfo& pixelFormatInfo);