Searched refs:_eglFilterArray (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglarray.h | 74 _eglFilterArray(_EGLArray *array, void **data, EGLint size,
|
| H A D | eglarray.c | 153 _eglFilterArray(_EGLArray *array, void **data, EGLint size, function in typeref:typename:EGLint
|
| H A D | eglconfig.c | 726 * A helper function for implementing eglChooseConfig. See _eglFilterArray and 744 count = _eglFilterArray(array, NULL, 0, 756 _eglFilterArray(array, (void **) configList, count,
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglarray.h | 74 _eglFilterArray(_EGLArray *array, void **data, EGLint size,
|
| H A D | eglarray.c | 153 _eglFilterArray(_EGLArray *array, void **data, EGLint size, function in typeref:typename:EGLint
|
| H A D | eglconfig.c | 726 * A helper function for implementing eglChooseConfig. See _eglFilterArray and 741 count = _eglFilterArray(array, NULL, 0, 753 _eglFilterArray(array, (void **) configList, count,
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/ |
| H A D | egl_wgl.c | 138 num_configs = _eglFilterArray(disp->Configs, (void **)&matching_config, 1,
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 335 num_configs = _eglFilterArray(disp->Configs, (void **) &matching_config, 1,
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 584 num_configs = _eglFilterArray(disp->Configs, (void **) &matching_config, 1,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.10.rst | 696 - egl: \_eglFilterArray should not allocate.
|
Completed in 17 milliseconds