Searched refs:deviceCtx (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWGL.cpp | 304 std::vector<int> Core::getPixelFormats (HDC deviceCtx) const in getPixelFormats() 311 if (!wgl.getPixelFormatAttribivARB(deviceCtx, 0, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &values[0])) in getPixelFormats() 344 static void getPixelFormatAttribs (const Functions& wgl, HDC deviceCtx, int pixelFormat, int numAttribs, const int* attribs, std::map<int, int>* dst) in getPixelFormatAttribs() argument 348 if (!wgl.getPixelFormatAttribivARB(deviceCtx, pixelFormat, 0, numAttribs, &attribs[0], &values[0])) in getPixelFormatAttribs() 355 PixelFormatInfo Core::getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const in getPixelFormatInfo() argument 387 getPixelFormatAttribs(wgl, deviceCtx, pixelFormat, static_cast<int>(s_attribsToQuery.size()), s_attribsToQuery.data(), &values); in getPixelFormatInfo() 422 HDC deviceCtx, in Context() 428 , m_deviceCtx (deviceCtx) in Context() 522 if (!DescribePixelFormat(deviceCtx, pixelFormat, sizeof(pixelFormatDesc), &pixelFormatDesc)) in Context() 525 if (!SetPixelFormat(deviceCtx, pixelForma in Context() 421 Context(const Core* core, HDC deviceCtx, const Context* sharedContext, glu::ContextType ctxType, int pixelFormat, glu::ResetNotificationStrategy resetNotificationStrategy) Context() argument 614 choosePixelFormat(const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config) choosePixelFormat() argument [all...] |
H A D | tcuWGL.hpp | 176 std::vector<int> getPixelFormats (HDC deviceCtx) const; 177 PixelFormatInfo getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const; 203 HDC deviceCtx, 228 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
|
H A D | tcuWGLContextFactory.cpp | 104 HDC deviceCtx = m_window.getDeviceContext(); in WGLContext() local 110 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config); in WGLContext() 119 m_context = new wgl::Context(&wglCore, deviceCtx, sharedCtx, config.type, pixelFormat, config.resetNotificationStrategy); in WGLContext() 124 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat); in WGLContext()
|
H A D | tcuWin32EGLNativeDisplayFactory.cpp | 152 const HDC deviceCtx = nativeDisplay->getDeviceContext(); in NativePixmap() local 173 m_bitmap = CreateDIBSection(deviceCtx, &bitmapInfo, DIB_RGB_COLORS, &bitmapPtr, NULL, 0); in NativePixmap()
|
Completed in 6 milliseconds