| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | wgl_ext_api.h | 48 UINT nAttributes, 55 UINT nAttributes,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_ext_pixelformat.c | 482 UINT nAttributes, const int *piAttributes, 489 for (i = 0; i < nAttributes; i++) { 504 UINT nAttributes, const int *piAttributes, 511 for (i = 0; i < nAttributes; i++) { 481 wglGetPixelFormatAttribfvARB(HDC hdc,int iPixelFormat,int iLayerPlane,UINT nAttributes,const int * piAttributes,FLOAT * pfValues) argument 503 wglGetPixelFormatAttribivARB(HDC hdc,int iPixelFormat,int iLayerPlane,UINT nAttributes,const int * piAttributes,int * piValues) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_ext_pixelformat.c | 483 UINT nAttributes, const int *piAttributes, 488 for (i = 0; i < nAttributes; i++) { 503 UINT nAttributes, const int *piAttributes, 508 for (i = 0; i < nAttributes; i++) { 482 wglGetPixelFormatAttribfvARB(HDC hdc,int iPixelFormat,int iLayerPlane,UINT nAttributes,const int * piAttributes,FLOAT * pfValues) argument 502 wglGetPixelFormatAttribivARB(HDC hdc,int iPixelFormat,int iLayerPlane,UINT nAttributes,const int * piAttributes,int * piValues) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | wglext.spec | 124 GetPixelFormatAttribivARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) 129 param nAttributes UINT in value 130 param piAttributes int in array [nAttributes] 131 param piValues int out array [nAttributes] 134 GetPixelFormatAttribfvARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, pfValues) 139 param nAttributes UINT in value 140 param piAttributes int in array [nAttributes] 141 param pfValues FLOAT out array [nAttributes] 394 GetPixelFormatAttribivEXT(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) 399 param nAttributes UIN [all...] |
| H A D | wglext.h | 485 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 486 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 489 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 490 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 607 extern BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 608 extern BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues); 611 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 612 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues);
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_xv.c | 148 adaptor->nAttributes = glamor_xv_num_attributes;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winvideo.c | 162 adapt->nAttributes = NUM_ATTRIBUTES;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kxv.h | 131 int nAttributes; member in struct:__anon5c3f6a740408
|
| H A D | kxv.c | 285 if (adaptorPtr->nAttributes && 286 (pa->pAttributes = calloc(adaptorPtr->nAttributes, 289 adaptorPtr->nAttributes * sizeof(XvAttributeRec)); 291 for (i = 0; i < adaptorPtr->nAttributes; i++) { 296 pa->nAttributes = adaptorPtr->nAttributes;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/glamor_egl/ |
| H A D | glamor_xf86_xv.c | 152 adapt->nAttributes = glamor_xv_num_attributes;
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | wglext.h | 221 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 222 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 486 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 487 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues); 490 BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 491 BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues);
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | wglext.h | 221 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 222 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 491 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 492 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues); 495 BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 496 BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_textured_video.c | 861 adapt->nAttributes = NUM_ATTRIBUTES_R600; 865 adapt->nAttributes = NUM_ATTRIBUTES_R600; 869 adapt->nAttributes = NUM_ATTRIBUTES_R500; 873 adapt->nAttributes = NUM_ATTRIBUTES_R300; 877 adapt->nAttributes = NUM_ATTRIBUTES_R200; 881 adapt->nAttributes = NUM_ATTRIBUTES;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_textured_video.c | 865 adapt->nAttributes = NUM_ATTRIBUTES_R600; 869 adapt->nAttributes = NUM_ATTRIBUTES_R600; 873 adapt->nAttributes = NUM_ATTRIBUTES_R500; 877 adapt->nAttributes = NUM_ATTRIBUTES_R300; 881 adapt->nAttributes = NUM_ATTRIBUTES_R200; 885 adapt->nAttributes = NUM_ATTRIBUTES;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_video_overlay.c | 482 adapt->nAttributes = NUM_ATTRIBUTES; 484 adapt->nAttributes += GAMMA_ATTRIBUTES; /* has gamma */ 486 xnfalloc(sizeof(XF86AttributeRec) * adapt->nAttributes);
|
| H A D | intel_uxa_video.c | 348 adapt->nAttributes = 0;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_video_overlay.c | 482 adapt->nAttributes = NUM_ATTRIBUTES; 484 adapt->nAttributes += GAMMA_ATTRIBUTES; /* has gamma */ 486 xnfalloc(sizeof(XF86AttributeRec) * adapt->nAttributes);
|
| H A D | intel_uxa_video.c | 348 adapt->nAttributes = 0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyrvideo.c | 537 a_this->adaptors[i].nAttributes = num_attributes ; 539 for (j=0; j < a_this->adaptors[i].nAttributes; j++) { 799 EPHYR_RETURN_VAL_IF_FAIL (port_priv->current_adaptor->nAttributes, 816 port_priv->current_adaptor->nAttributes,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kxv.h | 172 int nAttributes; member in struct:__anon30ce8c010708
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86xv.h | 161 int nAttributes; member in struct:__anone1cd51a60708
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86xv.h | 131 int nAttributes; member in struct:__anon076b10b90508
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xvdix.h | 155 int nAttributes; member in struct:__anona5184b1a0608
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xvdix.h | 153 int nAttributes; member in struct:__anon419ad4ed0608
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_video.c | 864 adapt->nAttributes = NUM_ATTRIBUTES; 865 adapt->nAttributes += CLONE_ATTRIBUTES; 867 adapt->nAttributes += GAMMA_ATTRIBUTES; /* has gamma */ 868 adapt->pAttributes = xnfalloc(sizeof(XF86AttributeRec) * adapt->nAttributes); 963 int nAttributes; local in function:I830SetupImageVideoTextured 967 nAttributes = NUM_TEXTURED_ATTRIBUTES; 972 attrs = xcalloc(nAttributes, sizeof(XF86AttributeRec)); 992 adapt->nAttributes = nAttributes; 994 memcpy(attrs, TexturedAttributes, nAttributes * sizeo [all...] |