Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/windows/
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(BITM… in windows_create_drawable()
142 DIB_RGB_COLORS, &pBits, d->hSection, in windows_create_drawable()
182 CloseHandle(drawable->hSection); in windows_destroy_drawable()
Dwindowsgl_internal.h58 HANDLE hSection; member