| /xsrc/external/mit/MesaLib.old/dist/src/egl/ |
| H A D | egl-symbols-check | 20 eglChooseConfig
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | egl_gl.c | 101 if (!eglChooseConfig(dpy, config_attribs, &cfg, 1, &count))
|
| H A D | egl_epoxy_api.c | 108 if (!eglChooseConfig(dpy, config_attribs, &cfg, 1, &count))
|
| H A D | egl_without_glx.c | 150 if (!eglChooseConfig(dpy, config_attribs, &cfg, 1, &count))
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglentrypoint.h | 8 EGL_ENTRYPOINT(eglChooseConfig)
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglentrypoint.h | 8 EGL_ENTRYPOINT(eglChooseConfig)
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | bindtex.c | 68 if (!eglChooseConfig(dpy, config_attribs, &config, 1, &num_configs) || 145 if (!eglChooseConfig(dpy, attribs, &config, 1, &num_configs) ||
|
| H A D | eglfbdev.c | 216 if (!eglChooseConfig(egl_dpy, NULL, &conf, 1, &num_configs) ||
|
| H A D | es1_info.c | 152 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
|
| H A D | pbuffer.c | 329 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) { 417 if (!eglChooseConfig( egl_dpy, config_attribs, &config, 1, &num_configs)) {
|
| H A D | render_tex.c | 370 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) { 466 if (!eglChooseConfig( egl_dpy, config_attribs, &config, 1, &num_configs)) {
|
| H A D | msaa.c | 182 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
|
| H A D | two_win.c | 155 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglut.c | 121 if (!eglChooseConfig(_eglut->dpy,
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | eglkms.c | 213 if (!eglChooseConfig(dpy, attribs, &config, 1, &n) || n != 1) {
|
| H A D | peglgears.c | 411 if (!eglChooseConfig(d, configAttribs, configs, MAX_CONFIGS, &numConfigs) ||
|
| H A D | xeglthreads.c | 488 if (!eglChooseConfig(wt->Display, attribs, &config, 1, &num_configs) ||
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/ |
| H A D | es2_info.c | 152 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
|
| H A D | es2tri.c | 275 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | eglcommon.c | 71 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs) ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 118 if (!eglChooseConfig(egl_dpy, config_attribs, &cfg, 1, &count) || 120 fprintf(stderr, "ERROR: eglChooseConfig() failed\n");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 118 if (!eglChooseConfig(egl_dpy, config_attribs, &cfg, 1, &count) || 120 fprintf(stderr, "ERROR: eglChooseConfig() failed\n");
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/ |
| H A D | tex2vgimage.c | 128 if (!eglChooseConfig(eglman->dpy, config_attrib, &eglman->conf, 1, &num_conf) ||
|
| H A D | vgimage2tex.c | 118 if (!eglChooseConfig(eglman->dpy, config_attrib, &eglman->conf, 1, &num_conf) ||
|
| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | egl.h | 121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
|