Home | History | Annotate | Download | only in win

Lines Matching refs:WINAPI

103     typedef const char* (WINAPI *GetExtensionsStringProc)(HDC);
104 typedef BOOL (WINAPI *ChoosePixelFormatProc)(HDC, const int *, const FLOAT *, UINT, int *, UINT *);
105 typedef BOOL (WINAPI *GetPixelFormatAttribivProc)(HDC, int, int, UINT, const int*, int*);
106 typedef BOOL (WINAPI *GetPixelFormatAttribfvProc)(HDC, int, int, UINT, const int*, FLOAT*);
107 typedef HGLRC (WINAPI *CreateContextAttribsProc)(HDC, HGLRC, const int *);
108 typedef BOOL (WINAPI* SwapIntervalProc)(int);
109 typedef HPBUFFER (WINAPI* CreatePbufferProc)(HDC, int , int, int, const int*);
110 typedef HDC (WINAPI* GetPbufferDCProc)(HPBUFFER);
111 typedef int (WINAPI* ReleasePbufferDCProc)(HPBUFFER, HDC);
112 typedef BOOL (WINAPI* DestroyPbufferProc)(HPBUFFER);