Searched refs:attribs (Results 26 - 50 of 56) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmxextension.h108 DMXScreenAttributesPtr attribs,
111 extern int dmxConfigureDesktop(DMXDesktopAttributesPtr attribs);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmxextension.h108 DMXScreenAttributesPtr attribs,
111 extern int dmxConfigureDesktop(DMXDesktopAttributesPtr attribs);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c243 int attribs[1000], attrCount = 0, numConfigs; local
255 attribs[attrCount++] = GLX_DRAWABLE_TYPE;
256 attribs[attrCount++] = GLX_PBUFFER_BIT;
259 attribs[attrCount++] = GLX_RENDER_TYPE;
260 attribs[attrCount++] = GLX_RGBA_BIT;
261 attribs[attrCount++] = GLX_RED_SIZE;
262 attribs[attrCount++] = 1;
263 attribs[attrCount++] = GLX_GREEN_SIZE;
264 attribs[attrCount++] = 1;
265 attribs[attrCoun
1134 int attribs[100], i = 0, w, h; local
[all...]
H A Drenderspu_cocoa_helper.m2759 NSOpenGLPixelFormatAttribute attribs[24] =
2772 attribs[1] = VBOX_VMSVGA3D_DEFAULT_OGL_PROFILE >= 3.2 ? NSOpenGLProfileVersionLegacy : NSOpenGLProfileVersion3_2Core;
2774 attribs[1] = VBOX_VMSVGA3D_DEFAULT_OGL_PROFILE >= 3.2 ? NSOpenGLProfileVersion3_2Core : NSOpenGLProfileVersionLegacy;
2780 attribs[i++] = NSOpenGLPFAAlphaSize;
2781 attribs[i++] = 8;
2786 attribs[i++] = NSOpenGLPFADepthSize;
2787 attribs[i++] = 24;
2792 attribs[i++] = NSOpenGLPFAStencilSize;
2793 attribs[i++] = 8;
2798 attribs[
[all...]
H A Drenderspu_agl.c226 GLint attribs[32]; local
229 #define ATTR_ADD(s) ( attribs[ind++] = (s) )
275 *pix = render_spu.ws.aglChoosePixelFormat( NULL, 0, attribs );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86_OSproc.h197 xf86PlatformDeviceProbe(struct OdevAttributes *attribs);
200 xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglfbdev.h78 * \param attribs - for requesting depth, stencil, accum buffers, etc.
83 const int *attribs );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86_OSproc.h223 xf86PlatformDeviceProbe(struct OdevAttributes *attribs);
226 xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs);
H A Dglxscreens.h121 const uint32_t *attribs,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86_OSproc.h223 xf86PlatformDeviceProbe(struct OdevAttributes *attribs);
226 xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs);
H A Dglxscreens.h121 const uint32_t *attribs,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglxscreens.h122 const uint32_t *attribs,
H A Dxf86_OSproc.h225 xf86PlatformDeviceProbe(struct OdevAttributes *attribs);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c574 void stubSetPFA( ContextInfo *ctx, CGLPixelFormatAttribute *attribs, int size, GLint *num ) { argument
580 SET_ATTR_V(attribs, i, kCGLPFAColorSize, 8);
583 SET_ATTR_V(attribs, i, kCGLPFADepthSize, 16);
586 SET_ATTR_V(attribs, i, kCGLPFAAccumSize, 1);
589 SET_ATTR_V(attribs, i, kCGLPFAStencilSize, 1);
592 SET_ATTR_V(attribs, i, kCGLPFAAlphaSize, 1);
595 SET_ATTR(attribs, i, kCGLPFADoubleBuffer);
598 SET_ATTR(attribs, i, kCGLPFAStereo);
600 /* SET_ATTR_V(attribs, i, kCGLPFASampleBuffers, 1);
601 SET_ATTR_V(attribs,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86_OSproc.h225 xf86PlatformDeviceProbe(struct OdevAttributes *attribs);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_span.h68 GLfloat attribs[FRAG_ATTRIB_MAX][MAX_WIDTH][4]; member in struct:sw_span_arrays
75 /** Attribute arrays that don't fit into attribs[] array above */
H A Ds_aalinetemp.h77 GLfloat (*attribArray)[4] = line->span.array->attribs[attr];
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-cocoa.m634 NSOpenGLPixelFormatAttribute attribs[] =
645 attribs[1] = fOtherProfile ? NSOpenGLProfileVersion3_2Core : NSOpenGLProfileVersionLegacy;
648 pFmt = [[NSOpenGLPixelFormat alloc] initWithAttributes:attribs];
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/internal/
H A Ddri_interface.h472 * Tokens for __DRIconfig attribs. A number of attributes defined by
715 const uint32_t *attribs,
886 const uint32_t *attribs,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dfdi.h250 USHORT attribs; member in struct:__anon13578
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dfdi.h246 USHORT attribs; member in struct:__anon974
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c503 XSetWindowAttributes attribs; local
518 CopyFromParent, CopyFromParent, CopyFromParent, 0, &attribs);
1990 get_window_attribs(XSetWindowAttributes * attribs) argument
1992 attribs->background_pixel = BlackPixelOfScreen(g_screen);
1993 attribs->border_pixel = WhitePixelOfScreen(g_screen);
1994 attribs->backing_store = g_ownbackstore ? NotUseful : Always;
1995 attribs->override_redirect = g_fullscreen;
1996 attribs->colormap = g_xcolmap;
2021 XSetWindowAttributes attribs; local
2037 get_window_attribs(&attribs);
3948 XSetWindowAttributes attribs; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c5479 int attribs[11]; local
5488 attribs[nAttribs++] = WGL_RED_BITS_ARB;
5489 attribs[nAttribs++] = WGL_GREEN_BITS_ARB;
5490 attribs[nAttribs++] = WGL_BLUE_BITS_ARB;
5491 attribs[nAttribs++] = WGL_ALPHA_BITS_ARB;
5492 attribs[nAttribs++] = WGL_COLOR_BITS_ARB;
5493 attribs[nAttribs++] = WGL_DEPTH_BITS_ARB;
5494 attribs[nAttribs++] = WGL_STENCIL_BITS_ARB;
5495 attribs[nAttribs++] = WGL_DRAW_TO_WINDOW_ARB;
5496 attribs[nAttrib
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c5154 int attribs[11]; local
5162 attribs[attrib_count++] = WGL_RED_BITS_ARB;
5163 attribs[attrib_count++] = WGL_GREEN_BITS_ARB;
5164 attribs[attrib_count++] = WGL_BLUE_BITS_ARB;
5165 attribs[attrib_count++] = WGL_ALPHA_BITS_ARB;
5166 attribs[attrib_count++] = WGL_COLOR_BITS_ARB;
5167 attribs[attrib_count++] = WGL_DEPTH_BITS_ARB;
5168 attribs[attrib_count++] = WGL_STENCIL_BITS_ARB;
5169 attribs[attrib_count++] = WGL_DRAW_TO_WINDOW_ARB;
5170 attribs[attrib_coun
5199 int attribs[2] = {WGL_SAMPLE_BUFFERS_ARB, WGL_SAMPLES_ARB}; local
[all...]
H A Dwined3d_private.h1664 HGLRC (WINAPI *p_wglCreateContextAttribsARB)(HDC dc, HGLRC share, const GLint *attribs);

Completed in 221 milliseconds

123