Searched refs:eglChooseConfig (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/egl/
H A Degl-symbols-check20 eglChooseConfig
/xsrc/external/mit/libepoxy/dist/test/
H A Degl_gl.c101 if (!eglChooseConfig(dpy, config_attribs, &cfg, 1, &count))
H A Degl_epoxy_api.c108 if (!eglChooseConfig(dpy, config_attribs, &cfg, 1, &count))
H A Degl_without_glx.c150 if (!eglChooseConfig(dpy, config_attribs, &cfg, 1, &count))
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglentrypoint.h8 EGL_ENTRYPOINT(eglChooseConfig)
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglentrypoint.h8 EGL_ENTRYPOINT(eglChooseConfig)
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dbindtex.c68 if (!eglChooseConfig(dpy, config_attribs, &config, 1, &num_configs) ||
145 if (!eglChooseConfig(dpy, attribs, &config, 1, &num_configs) ||
H A Deglfbdev.c216 if (!eglChooseConfig(egl_dpy, NULL, &conf, 1, &num_configs) ||
H A Des1_info.c152 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
H A Dpbuffer.c329 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
417 if (!eglChooseConfig( egl_dpy, config_attribs, &config, 1, &num_configs)) {
H A Drender_tex.c370 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
466 if (!eglChooseConfig( egl_dpy, config_attribs, &config, 1, &num_configs)) {
H A Dmsaa.c182 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
H A Dtwo_win.c155 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut.c121 if (!eglChooseConfig(_eglut->dpy,
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglkms.c213 if (!eglChooseConfig(dpy, attribs, &config, 1, &n) || n != 1) {
H A Dpeglgears.c411 if (!eglChooseConfig(d, configAttribs, configs, MAX_CONFIGS, &numConfigs) ||
H A Dxeglthreads.c488 if (!eglChooseConfig(wt->Display, attribs, &config, 1, &num_configs) ||
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2_info.c152 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
H A Des2tri.c275 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs)) {
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Deglcommon.c71 if (!eglChooseConfig( egl_dpy, attribs, &config, 1, &num_configs) ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/glsl_tests/
H A Damdgcn_glslc.c118 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 Damdgcn_glslc.c118 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 Dtex2vgimage.c128 if (!eglChooseConfig(eglman->dpy, config_attrib, &eglman->conf, 1, &num_conf) ||
H A Dvgimage2tex.c118 if (!eglChooseConfig(eglman->dpy, config_attrib, &eglman->conf, 1, &num_conf) ||
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);

Completed in 14 milliseconds

12