Home | History | Annotate | Download | only in gdi

Lines Matching refs:iPixelFormat

297 					        int iPixelFormat,
305 if(iPixelFormat < 1 || iPixelFormat > npfd ||
311 *ppfd = pfd[iPixelFormat - 1].pfd;
335 WINGDIAPI BOOL GLAPIENTRY wglSetPixelFormat(HDC hdc,int iPixelFormat,
345 if(iPixelFormat < 1 || iPixelFormat > npfd) {
349 curPFD = iPixelFormat;
635 int iPixelFormat,
640 (void) hdc; (void) iPixelFormat; (void) iLayerPlane;