Searched refs:_eglFilterArray (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglarray.h74 _eglFilterArray(_EGLArray *array, void **data, EGLint size,
H A Deglarray.c153 _eglFilterArray(_EGLArray *array, void **data, EGLint size, function in typeref:typename:EGLint
H A Deglconfig.c726 * 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 Deglarray.h74 _eglFilterArray(_EGLArray *array, void **data, EGLint size,
H A Deglarray.c153 _eglFilterArray(_EGLArray *array, void **data, EGLint size, function in typeref:typename:EGLint
H A Deglconfig.c726 * 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 Degl_wgl.c138 num_configs = _eglFilterArray(disp->Configs, (void **)&matching_config, 1,
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c335 num_configs = _eglFilterArray(disp->Configs, (void **) &matching_config, 1,
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c584 num_configs = _eglFilterArray(disp->Configs, (void **) &matching_config, 1,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst696 - egl: \_eglFilterArray should not allocate.

Completed in 17 milliseconds