HomeSort by: relevance | last modified time | path
    Searched refs:iAttribute (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64xv.c 389 int iAttribute;
392 iAttribute = 4;
394 iAttribute = 0;
396 for (; iAttribute < nATIMach64Attribute; iAttribute++)
397 if (AttributeID == ATIMach64AttributeInfo[iAttribute].AttributeID)
398 return iAttribute;
418 int iAttribute;
420 if (((iAttribute = ATIMach64FindPortAttribute(pATI, AttributeID)) < 0) ||
421 !ATIMach64AttributeInfo[iAttribute].SetAttribute
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
wgl_ext_api.h 77 int iAttribute, int *piValue);
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
wglext.spec 204 QueryPbufferARB(hPbuffer, iAttribute, piValue)
207 param iAttribute int in value
380 QueryPbufferEXT(hPbuffer, iAttribute, piValue)
383 param iAttribute int in value
556 GetDigitalVideoParametersI3D(hDC, iAttribute, piValue)
559 param iAttribute int in value
560 param piValue int out array [COMPSIZE(iAttribute)]
563 SetDigitalVideoParametersI3D(hDC, iAttribute, piValue)
566 param iAttribute int in value
567 param piValue int in array [COMPSIZE(iAttribute)]
    [all...]
wglext.h 511 extern BOOL WINAPI wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int *piValue);
517 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piValue);
595 extern BOOL WINAPI wglQueryPbufferEXT (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue);
601 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFEREXTPROC) (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue);
669 extern BOOL WINAPI wglGetDigitalVideoParametersI3D (HDC hDC, int iAttribute, int *piValue);
670 extern BOOL WINAPI wglSetDigitalVideoParametersI3D (HDC hDC, int iAttribute, const int *piValue);
672 typedef BOOL (WINAPI * PFNWGLGETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, int *piValue);
673 typedef BOOL (WINAPI * PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, const int *piValue);
679 extern BOOL WINAPI wglGetGammaTableParametersI3D (HDC hDC, int iAttribute, int *piValue);
680 extern BOOL WINAPI wglSetGammaTableParametersI3D (HDC hDC, int iAttribute, const int *piValue)
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/GL/
wglext.h 160 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piValue);
166 BOOL WINAPI wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int *piValue);
434 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFEREXTPROC) (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue);
440 BOOL WINAPI wglQueryPbufferEXT (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue);
526 typedef BOOL (WINAPI * PFNWGLGETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, int *piValue);
527 typedef BOOL (WINAPI * PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, const int *piValue);
529 BOOL WINAPI wglGetDigitalVideoParametersI3D (HDC hDC, int iAttribute, int *piValue);
530 BOOL WINAPI wglSetDigitalVideoParametersI3D (HDC hDC, int iAttribute, const int *piValue);
538 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEPARAMETERSI3DPROC) (HDC hDC, int iAttribute, int *piValue);
539 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEPARAMETERSI3DPROC) (HDC hDC, int iAttribute, const int *piValue)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/include/GL/
wglext.h 160 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piValue);
166 BOOL WINAPI wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int *piValue);
429 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFEREXTPROC) (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue);
435 BOOL WINAPI wglQueryPbufferEXT (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue);
521 typedef BOOL (WINAPI * PFNWGLGETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, int *piValue);
522 typedef BOOL (WINAPI * PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, const int *piValue);
524 BOOL WINAPI wglGetDigitalVideoParametersI3D (HDC hDC, int iAttribute, int *piValue);
525 BOOL WINAPI wglSetDigitalVideoParametersI3D (HDC hDC, int iAttribute, const int *piValue);
533 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEPARAMETERSI3DPROC) (HDC hDC, int iAttribute, int *piValue);
534 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEPARAMETERSI3DPROC) (HDC hDC, int iAttribute, const int *piValue)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_ext_pbuffer.c 326 int iAttribute,
338 switch (iAttribute) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 334 int iAttribute,
346 switch (iAttribute) {

Completed in 14 milliseconds