| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_dstr.c | 14 /* glxcaps matches the criteria macros listed in glutint.h, but 62 printCriteria(Criterion * criteria, int ncriteria) argument 68 capstr[criteria[i].capability], 69 compstr[criteria[i].comparison], 70 criteria[i].value); 630 Criterion * criteria, int ncriteria, void **fbc) 669 cap = criteria[j].capability; 670 cvalue = criteria[j].value; 679 capstr[cap], compstr[criteria[j].comparison], cvalue, fbvalue); 681 switch (criteria[ 629 findMatch(FrameBufferMode * fbmodes,int nfbmodes,Criterion * criteria,int ncriteria,void ** fbc) argument 1208 Criterion *criteria = NULL; local in function:parseModeString 1426 Criterion *criteria; local in function:getVisualInfoFromString [all...] |
| H A D | glut_gamemode.c | 160 Criterion * criteria, int ncriteria) 194 cap = criteria[j].capability; 195 cvalue = criteria[j].value; 204 capstr[cap], compstr[criteria[j].comparison], cvalue, dvalue); 206 switch (criteria[j].comparison) { 509 Criterion *criteria = NULL; local in function:parseDisplayString 514 /* Attempt to estimate how many criteria entries should be 522 /* Allocate number of words of criteria. A word 523 could contain as many as four criteria in the 525 criteria 159 findMatch(DisplayMode * dmodes,int ndmodes,Criterion * criteria,int ncriteria) argument 553 Criterion *criteria; local in function:glutGameModeString [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglconfig.c | 438 * Return true if a config matches the criteria. This and 446 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) argument 457 cmp = _eglGetConfigKey(criteria, attr); 490 "the value (0x%x) of attribute 0x%04x did not meet the criteria (0x%x)", 520 * Initialize a criteria config from the given attribute list. 581 * Decide the ordering of conf1 and conf2, under the given criteria. 595 const _EGLConfig *criteria, EGLBoolean compare_id) 624 if (criteria) { 627 if (criteria->RedSize > 0) { 631 if (criteria 594 _eglCompareConfigs(const _EGLConfig * conf1,const _EGLConfig * conf2,const _EGLConfig * criteria,EGLBoolean compare_id) argument 799 _EGLConfig criteria; local in function:_eglChooseConfig [all...] |
| H A D | eglconfig.h | 204 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria); 214 const _EGLConfig *criteria, EGLBoolean compare_id);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglconfig.c | 438 * Return true if a config matches the criteria. This and 446 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) argument 457 cmp = _eglGetConfigKey(criteria, attr); 490 "the value (0x%x) of attribute 0x%04x did not meet the criteria (0x%x)", 520 * Initialize a criteria config from the given attribute list. 581 * Decide the ordering of conf1 and conf2, under the given criteria. 595 const _EGLConfig *criteria, EGLBoolean compare_id) 624 if (criteria) { 627 if (criteria->RedSize > 0) { 631 if (criteria 594 _eglCompareConfigs(const _EGLConfig * conf1,const _EGLConfig * conf2,const _EGLConfig * criteria,EGLBoolean compare_id) argument 796 _EGLConfig criteria; local in function:_eglChooseConfig [all...] |
| H A D | eglconfig.h | 204 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria); 214 const _EGLConfig *criteria, EGLBoolean compare_id);
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | CONTRIBUTING.rst | 61 below criteria: 67 criteria. 79 criteria, tools, and processes. 102 patches that violate the documented merge criteria, will also be handled through
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | release-calendar.rst | 22 Take a look :ref:`here <criteria>` if you'd like to
|
| H A D | releasing.rst | 72 :ref:`criteria <criteria>` as described in the same
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/ |
| H A D | egl_wgl.c | 44 wgl_match_config(const _EGLConfig *conf, const _EGLConfig *criteria) argument 46 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0) 49 if (!_eglMatchConfig(conf, criteria))
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 183 dri2_match_config(const _EGLConfig *conf, const _EGLConfig *criteria) argument 185 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0) 188 if (!_eglMatchConfig(conf, criteria))
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 318 dri2_match_config(const _EGLConfig *conf, const _EGLConfig *criteria) argument 320 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0) 323 if (!_eglMatchConfig(conf, criteria))
|