Searched refs:nAttributes (Results 1 - 25 of 72) sorted by relevance

123

/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dwgl_ext_api.h48 UINT nAttributes,
55 UINT nAttributes,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c482 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 Dstw_ext_pixelformat.c483 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 Dwglext.spec124 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 Dwglext.h485 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 Dephyr_glamor_xv.c148 adaptor->nAttributes = glamor_xv_num_attributes;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinvideo.c162 adapt->nAttributes = NUM_ATTRIBUTES;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkxv.h131 int nAttributes; member in struct:__anon5c3f6a740408
H A Dkxv.c285 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 Dglamor_xf86_xv.c152 adapt->nAttributes = glamor_xv_num_attributes;
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dwglext.h221 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 Dwglext.h221 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 Dradeon_textured_video.c861 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 Dradeon_textured_video.c865 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 Dintel_video_overlay.c482 adapt->nAttributes = NUM_ATTRIBUTES;
484 adapt->nAttributes += GAMMA_ATTRIBUTES; /* has gamma */
486 xnfalloc(sizeof(XF86AttributeRec) * adapt->nAttributes);
H A Dintel_uxa_video.c348 adapt->nAttributes = 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_video_overlay.c482 adapt->nAttributes = NUM_ATTRIBUTES;
484 adapt->nAttributes += GAMMA_ATTRIBUTES; /* has gamma */
486 xnfalloc(sizeof(XF86AttributeRec) * adapt->nAttributes);
H A Dintel_uxa_video.c348 adapt->nAttributes = 0;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c537 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 Dkxv.h172 int nAttributes; member in struct:__anon30ce8c010708
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xv.h161 int nAttributes; member in struct:__anone1cd51a60708
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xv.h131 int nAttributes; member in struct:__anon076b10b90508
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvdix.h155 int nAttributes; member in struct:__anona5184b1a0608
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvdix.h153 int nAttributes; member in struct:__anon419ad4ed0608
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c864 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...]

Completed in 93 milliseconds

123