Home
last modified time | relevance | path

Searched refs:bitmapRowPitch (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp111 image->getImage()->copyTo(reinterpret_cast<uint8_t *>(framebuffer), bitmapRowPitch); in present()
153 bitmapRowPitch = static_cast<int>(header.bmWidthBytes); in lazyCreateFrameBuffer()
161 bitmapRowPitch = 0; in destroyFrameBuffer()
DWin32SurfaceKHR.hpp58 unsigned int bitmapRowPitch = 0; member in vk::Win32SurfaceKHR