HomeSort by relevance Sort by last modified time
    Searched defs:deviceCtx (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 98 HDC deviceCtx = m_window.getDeviceContext();
104 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config);
109 m_context = new wgl::Context(&wglCore, deviceCtx, config.type, pixelFormat);
114 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat);
tcuWin32GLES3Platform.cpp 91 const HDC deviceCtx = m_window.getDeviceContext();
92 const int pixelFormat = wgl::choosePixelFormat(wgl, deviceCtx, config);
111 const wgl::PixelFormatInfo info = wgl.getPixelFormatInfo(deviceCtx, pixelFormat);
tcuWin32EGLNativeDisplayFactory.cpp 138 const HDC deviceCtx = nativeDisplay->getDeviceContext();
159 m_bitmap = CreateDIBSection(deviceCtx, &bitmapInfo, DIB_RGB_COLORS, &bitmapPtr, NULL, 0);

Completed in 45 milliseconds