HomeSort by relevance Sort by last modified time
    Searched refs:hSection (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glx/windows/
windows_drawable.c 128 d->hSection = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, name);
129 if (!d->hSection)
136 pBmpHeader = (BITMAPINFOHEADER *)MapViewOfFile(d->hSection, FILE_MAP_ALL_ACCESS, 0, 0, sizeof(BITMAPINFOHEADER));
142 DIB_RGB_COLORS, &pBits, d->hSection,
182 CloseHandle(drawable->hSection);
windowsgl_internal.h 58 HANDLE hSection;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
userenv.h 72 USERENVAPI WINBOOL WINAPI LeaveCriticalPolicySection (HANDLE hSection);
wingdi.h     [all...]

Completed in 158 milliseconds