Home
last modified time | relevance | path

Searched refs:hSection (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/glx/windows/
H A Dwindows_drawable.c128 d->hSection = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, name); in windows_create_drawable()
129 if (!d->hSection) in windows_create_drawable()
136 pBmpHeader = (BITMAPINFOHEADER *)MapViewOfFile(d->hSection, FILE_MAP_ALL_ACCESS, 0, 0, sizeof(BITMAPINFOHEADER)); in windows_create_drawable()
142 DIB_RGB_COLORS, &pBits, d->hSection, in windows_create_drawable()
182 CloseHandle(drawable->hSection); in windows_destroy_drawable()
H A Dwindowsgl_internal.h58 HANDLE hSection; member

Completed in 2 milliseconds