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 100 HDC deviceCtx = m_window.getDeviceContext();
106 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config);
111 m_context = new wgl::Context(&wglCore, deviceCtx, config.type, pixelFormat);
116 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 152 const HDC deviceCtx = nativeDisplay->getDeviceContext();
173 m_bitmap = CreateDIBSection(deviceCtx, &bitmapInfo, DIB_RGB_COLORS, &bitmapPtr, NULL, 0);

Completed in 327 milliseconds