Home | History | Annotate | Download | only in win32

Lines Matching full:attribs

267 	int attribs[] = { WGL_NUMBER_PIXEL_FORMATS_ARB };
268 int values[DE_LENGTH_OF_ARRAY(attribs)];
270 if (!wgl.getPixelFormatAttribivARB(deviceCtx, 0, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &values[0]))
308 int attribs [14];
309 int values [DE_LENGTH_OF_ARRAY(attribs)];
310 attribs[0] = WGL_DRAW_TO_WINDOW_ARB;
311 attribs[1] = WGL_DRAW_TO_BITMAP_ARB;
312 attribs[2] = WGL_ACCELERATION_ARB;
313 attribs[3] = WGL_SUPPORT_OPENGL_ARB;
314 attribs[4] = WGL_DOUBLE_BUFFER_ARB;
315 attribs[5] = WGL_PIXEL_TYPE_ARB;
316 attribs[6] = WGL_RED_BITS_ARB;
317 attribs[7] = WGL_GREEN_BITS_ARB;
318 attribs[8] = WGL_BLUE_BITS_ARB;
319 attribs[9] = WGL_ALPHA_BITS_ARB;
320 attribs[10] = WGL_DEPTH_BITS_ARB;
321 attribs[11] = WGL_STENCIL_BITS_ARB;
322 attribs[12] = WGL_SAMPLE_BUFFERS_ARB;
323 attribs[13] = WGL_SAMPLES_ARB;
326 if (!wgl.getPixelFormatAttribivARB(deviceCtx, pixelFormat, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &values[0]))