Searched defs:attrib (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Dswrast.h72 GLfloat attrib[FRAG_ATTRIB_MAX][4]; member in struct:__anon3737
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86platformBus.h107 _xf86_get_platform_device_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[0]) argument
109 switch (attrib) {
124 #define xf86_get_platform_device_attrib(device, attrib) _xf86_get_platform_device_attrib(device,attrib,_ODEV_ATTRIB_STRING_CHECK(attrib))
132 _xf86_get_platform_device_int_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[0]) argument
134 switch (attrib) {
147 #define xf86_get_platform_device_int_attrib(device, attrib, def) _xf86_get_platform_device_int_attrib(device,attrib,_ODEV_ATTRIB_INT_CHECK(attrib,de
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vertex.h64 GLuint attrib; /* _TNL_ATTRIB_ enum */ member in struct:tnl_attr_map
95 extern void _tnl_get_attr( GLcontext *ctx, const void *vertex, GLenum attrib,
100 extern void _tnl_set_attr( GLcontext *ctx, void *vout, GLenum attrib,
H A Dt_context.h137 /* This is really a VERT_RESULT, not an attrib. Need to fix
302 GLuint attrib; /* which vertex attrib (0=position, etc) */ member in struct:tnl_clipspace_attr
304 GLuint vertoffset; /* position of the attrib in the vertex struct */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dio.h33 unsigned attrib; member in struct:_finddata_t
43 unsigned attrib; member in struct:_finddatai64_t
53 unsigned attrib; member in struct:_finddata64_t
65 unsigned attrib; member in struct:_wfinddata_t
74 unsigned attrib; member in struct:_wfinddatai64_t
H A Dwchar.h101 unsigned attrib; member in struct:_wfinddata_t
110 unsigned attrib; member in struct:_wfinddatai64_t
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_current.h51 GLfloat attrib[CR_MAX_VERTEX_ATTRIBS][4]; member in struct:__anon16181
H A Dcr_attrib.h52 GLfloat attrib[CR_MAX_VERTEX_ATTRIBS][4]; member in struct:__anon16150
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dio.h43 unsigned attrib; member in struct:_finddata_t
53 unsigned attrib; member in struct:_finddatai64_t
65 unsigned attrib; member in struct:_wfinddata_t
74 unsigned attrib; member in struct:_wfinddatai64_t
H A Dwchar.h111 unsigned attrib; member in struct:_wfinddata_t
120 unsigned attrib; member in struct:_wfinddatai64_t
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx_c_exports.c155 DECLEXPORT(int) VBOXGLXENTRYTAG(glXGetConfig)(Display *dpy, XVisualInfo *vis, int attrib, int *value) argument
157 return glxim.GetConfig(dpy, vis, attrib, value);
H A Dutils.c763 #define __ATTRIB(attrib, field) \
764 { attrib, offsetof(__GLcontextModes, field) }
766 static const struct { unsigned int attrib, offset; } attribMap[] = { member in struct:__anon2069
821 switch (attribMap[index].attrib) {
855 unsigned int attrib, unsigned int *value)
860 if (attribMap[i].attrib == attrib)
868 unsigned int *attrib, unsigned int *value)
871 *attrib = attribMap[index].attrib;
854 driGetConfigAttrib(const __DRIconfig *config, unsigned int attrib, unsigned int *value) argument
867 driIndexConfigAttrib(const __DRIconfig *config, int index, unsigned int *attrib, unsigned int *value) argument
[all...]
H A Dfakedri_drv.c732 unsigned int attrib,
735 SWDRI_SAFERET_CORE(getConfigAttrib, config, attrib, value);
740 unsigned int *attrib, unsigned int *value)
742 SWDRI_SAFERET_CORE(indexConfigAttrib, config, index, attrib, value);
731 vboxdriGetConfigAttrib(const __DRIconfig *config, unsigned int attrib, unsigned int *value) argument
739 vboxdriIndexConfigAttrib(const __DRIconfig *config, int index, unsigned int *attrib, unsigned int *value) argument
H A Dglx.c202 int *attrib; local
207 for (attrib = attribList; *attrib != None; attrib++)
209 switch (*attrib)
217 attrib++;
221 if (attrib[1] > 0)
223 attrib++;
244 int aux_buffers = attrib[1];
252 attrib
347 int *attrib; local
735 glXGetConfig( Display *dpy, XVisualInfo *vis, int attrib, int *value ) argument
911 glXGetConfig( Display *dpy, XVisualInfo *vis, int attrib, int *value ) argument
1445 ATTRIB_TYPE *attrib; local
1616 ATTRIB_TYPE *attrib; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_glstate.h78 CRAttribBits attrib; member in struct:__anon16099
159 CRAttribState attrib; member in struct:CRContext
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dbuffer.c222 const struct wined3d_stream_info_element *attrib, DWORD *stride_this_run
234 UINT stream_offset = (UINT)(attrib->data.addr - attrib->offset);
242 if (!attrib->stride)
245 debug_d3dformat(attrib->format->id));
248 else if(attrib->stride != *stride_this_run && *stride_this_run)
250 FIXME("Got two concurrent strides, %d and %d\n", attrib->stride, *stride_this_run);
253 else if((attrib->stride != *stride_this_run && *stride_this_run)
256 ERR("Got two concurrent strides, %d and %d\n", attrib->stride, *stride_this_run);
261 *stride_this_run = attrib
220 buffer_process_converted_attribute(struct wined3d_buffer *This, const enum wined3d_buffer_conversion_type conversion_type, const struct wined3d_stream_info_element *attrib, DWORD *stride_this_run , DWORD *offset_this_run ) argument
316 const struct wined3d_stream_info_element *attrib = &si->elements[attrib_idx]; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dbuffer.c244 const struct wined3d_stream_info_element *attrib, DWORD *stride_this_run)
249 DWORD offset = This->resource.device->stateBlock->streamOffset[attrib->stream_idx];
257 if (!attrib->stride)
260 debug_d3dformat(attrib->format_desc->format));
262 else if(attrib->stride != *stride_this_run && *stride_this_run)
264 FIXME("Got two concurrent strides, %d and %d\n", attrib->stride, *stride_this_run);
268 *stride_this_run = attrib->stride;
283 data = (((DWORD_PTR)attrib->data) + offset) % This->stride;
284 attrib_size = attrib->format_desc->component_count * attrib
242 buffer_process_converted_attribute(struct wined3d_buffer *This, const enum wined3d_buffer_conversion_type conversion_type, const struct wined3d_stream_info_element *attrib, DWORD *stride_this_run) argument
304 const struct wined3d_stream_info_element *attrib = &si->elements[attrib_idx]; local
[all...]
H A Ddirectx.c5525 int attrib[2] = {WGL_SAMPLE_BUFFERS_ARB, WGL_SAMPLES_ARB}; local
5527 if(GL_EXTCALL(wglGetPixelFormatAttribivARB(hdc, iPixelFormat, 0, 2, attrib, value))) {
/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c1593 char attrib[11]; local
1622 attrib[i++] = *cur;
1626 attrib[10] = 0;
1698 callback(userData, filename, attrib, owner, group, size, links,
2049 void ftpList(void *userData, const char *filename, const char* attrib, argument
2053 "%s %s %s %ld %s\n", attrib, owner, group, size, filename);
H A Dvalid.c6110 xmlAttrPtr attrib; local
6112 attrib = elem->properties;
6113 while (attrib != NULL) {
6114 if (xmlStrEqual(attrib->name, attr->name)) {
6116 xmlNsPtr nameSpace = attrib->ns;
6144 attrib = attrib->next;
/vbox/src/recompiler/target-i386/
H A Dsvm.h167 uint16_t attrib; member in struct:vmcb_seg

Completed in 593 milliseconds