Home | History | Annotate | Download | only in win

Lines Matching refs:BOOL

17 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const {
45 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc,
55 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc,
65 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc,
80 BOOL SkWGLExtensions::swapInterval(int interval) const {
100 BOOL SkWGLExtensions::destroyPbuffer(HPBUFFER hPbuffer) const {
112 bool pf_less(const PixelFormat& a, const PixelFormat& b) {
291 bool doubleBuffered, int msaaSampleCount, bool deepColor,
407 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor,
414 BOOL set = FALSE;