Home
last modified time | relevance | path

Searched refs:EGL_TRUE (Results 1 – 25 of 45) sorted by relevance

12

/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c328 return EGL_TRUE; in convert_fbconfig()
391 GLX_conf->Base.NativeRenderable = EGL_TRUE; in convert_visual()
429 return (err) ? EGL_FALSE : EGL_TRUE; in convert_visual()
523 return EGL_TRUE; in create_configs()
536 GLX_dpy->have_make_current_read = EGL_TRUE; in check_extensions()
541 GLX_dpy->have_fbconfig = EGL_TRUE; in check_extensions()
548 GLX_dpy->have_pbuffer = EGL_TRUE; in check_extensions()
553 GLX_dpy->have_1_3 = EGL_TRUE; in check_extensions()
554 GLX_dpy->have_make_current_read = EGL_TRUE; in check_extensions()
555 GLX_dpy->have_fbconfig = EGL_TRUE; in check_extensions()
[all …]
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c299 conf->NativeRenderable = EGL_TRUE; in init_config_attributes()
306 conf->BindToTextureRGB = EGL_TRUE; in init_config_attributes()
308 conf->BindToTextureRGBA = EGL_TRUE; in init_config_attributes()
374 return EGL_TRUE; in egl_g3d_init_config()
515 return EGL_TRUE; in egl_g3d_terminate()
530 return EGL_TRUE; in egl_g3d_initialize()
574 dpy->Extensions.MESA_screen_surface = EGL_TRUE; in egl_g3d_initialize()
579 dpy->Extensions.KHR_image_base = EGL_TRUE; in egl_g3d_initialize()
581 dpy->Extensions.KHR_image_pixmap = EGL_TRUE; in egl_g3d_initialize()
583 dpy->Extensions.KHR_reusable_sync = EGL_TRUE; in egl_g3d_initialize()
[all …]
Dnative_wayland_drm_bufmgr_helper.c88 return EGL_TRUE; in egl_g3d_wl_drm_common_query_buffer()
91 return EGL_TRUE; in egl_g3d_wl_drm_common_query_buffer()
97 return EGL_TRUE; in egl_g3d_wl_drm_common_query_buffer()
100 return EGL_TRUE; in egl_g3d_wl_drm_common_query_buffer()
Degl_g3d_api.c103 return _eglCompareConfigs(conf1, conf2, criteria, EGL_TRUE); in egl_g3d_compare_config()
210 return EGL_TRUE; in egl_g3d_destroy_context()
302 gsurf->base.PostSubBufferSupportedNV = EGL_TRUE; in egl_g3d_create_surface()
482 return EGL_TRUE; in egl_g3d_destroy_surface()
495 EGLBoolean ok = EGL_TRUE; in egl_g3d_make_current()
565 return EGL_TRUE; in swap_buffers()
569 return EGL_TRUE; in swap_buffers()
605 return swap_buffers(drv, dpy, surf, num_rects, rects, EGL_TRUE); in egl_g3d_swap_buffers_region()
625 return EGL_TRUE; in egl_g3d_post_sub_buffer()
633 return swap_buffers(drv, dpy, surf, 1, rect, EGL_TRUE); in egl_g3d_post_sub_buffer()
[all …]
Degl_g3d_sync.c218 return EGL_TRUE; in egl_g3d_destroy_sync()
278 return EGL_TRUE; in egl_g3d_signal_sync()
/external/mesa3d/src/egl/main/
Degldriver.c204 return EGL_TRUE; in _eglLoadModule()
231 return EGL_TRUE; in _eglLoadModule()
330 return EGL_TRUE; in _eglLoaderFile()
350 return EGL_TRUE; in _eglLoaderFile()
358 return EGL_TRUE; in _eglLoaderFile()
363 return EGL_TRUE; in _eglLoaderFile()
413 use_env = EGL_TRUE; in _eglGetSearchPath()
507 return EGL_TRUE; in _eglAddUserDriver()
516 return EGL_TRUE; in _eglAddUserDriver()
561 return EGL_TRUE; in _eglAddDrivers()
[all …]
Deglscreen.c160 return EGL_TRUE; in _eglFlattenScreen()
171 return EGL_TRUE; in _eglGetScreensMESA()
185 return EGL_TRUE; in _eglScreenPositionMESA()
197 return EGL_TRUE; in _eglQueryScreenSurfaceMESA()
209 return EGL_TRUE; in _eglQueryScreenModeMESA()
231 return EGL_TRUE; in _eglQueryScreenMESA()
Deglconfig.c262 EGLBoolean valid = EGL_TRUE; in _eglValidateConfig()
291 if (val != EGL_TRUE && val != EGL_FALSE) in _eglValidateConfig()
360 valid = EGL_TRUE; in _eglValidateConfig()
362 valid = EGL_TRUE; in _eglValidateConfig()
433 EGLBoolean matched = EGL_TRUE; in _eglMatchConfig()
496 return EGL_TRUE; in _eglIsConfigAttribValid()
529 if (!_eglValidateConfig(conf, EGL_TRUE)) in _eglParseConfigAttribList()
556 return EGL_TRUE; in _eglParseConfigAttribList()
728 return EGL_TRUE; in _eglFilterConfigArray()
752 return EGL_TRUE; in _eglFilterConfigArray()
[all …]
Deglmode.c132 if (mode->Interlaced != EGL_TRUE && mode->Interlaced != EGL_FALSE) { in _eglParseModeAttribs()
139 if (mode->Optimal != EGL_TRUE && mode->Optimal != EGL_FALSE) { in _eglParseModeAttribs()
149 return EGL_TRUE; in _eglParseModeAttribs()
174 return EGL_TRUE; in _eglModeQualifies()
298 return EGL_TRUE; in _eglChooseModeMESA()
323 return EGL_TRUE; in _eglGetModesMESA()
342 return EGL_TRUE; in _eglGetModeAttribMESA()
Deglsurface.c179 if (val != EGL_TRUE && val != EGL_FALSE) { in _eglParseSurfaceAttribList()
347 return EGL_TRUE; in _eglInitSurface()
417 return EGL_TRUE; in _eglQuerySurface()
481 return EGL_TRUE; in _eglSurfaceAttrib()
518 surface->BoundToTexture = EGL_TRUE; in _eglBindTexImage()
520 return EGL_TRUE; in _eglBindTexImage()
529 return EGL_TRUE; in _eglSwapInterval()
Deglcurrent.c102 _egl_TSDInitialized = EGL_TRUE; in _eglInitTSD()
108 return EGL_TRUE; in _eglInitTSD()
137 return EGL_TRUE; in _eglInitTSD()
185 if (_eglInitTSD(&_eglDestroyThreadInfo) != EGL_TRUE) { in _eglCheckedGetTSD()
Deglcontext.c393 return EGL_TRUE; in _eglInitContext()
442 return EGL_TRUE; in _eglQueryContext()
491 return EGL_TRUE; in _eglCheckMakeCurrent()
545 return EGL_TRUE; in _eglCheckMakeCurrent()
611 return EGL_TRUE; in _eglBindContext()
Deglsync.c87 return EGL_TRUE; in _eglInitSync()
115 return EGL_TRUE; in _eglGetSyncAttribKHR()
Deglglobals.c72 registered = EGL_TRUE; in _eglAddAtExitCall()
Deglimage.c116 return EGL_TRUE; in _eglInitImage()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c109 return EGL_TRUE; in dri2_match_config()
204 base.NativeRenderable = EGL_TRUE; in dri2_add_config()
338 int i, j, ret = EGL_TRUE; in dri2_bind_extensions()
437 return EGL_TRUE; in dri2_load_driver()
457 return EGL_TRUE; in dri2_load_driver_swrast()
482 disp->Extensions.KHR_surfaceless_context = EGL_TRUE; in dri2_setup_screen()
485 disp->Extensions.KHR_create_context = EGL_TRUE; in dri2_setup_screen()
488 disp->Extensions.EXT_create_context_robustness = EGL_TRUE; in dri2_setup_screen()
492 disp->Extensions.MESA_drm_image = EGL_TRUE; in dri2_setup_screen()
493 disp->Extensions.KHR_image_base = EGL_TRUE; in dri2_setup_screen()
[all …]
Dplatform_x11.c252 dri2_surf->base.PostSubBufferSupportedNV = EGL_TRUE; in dri2_create_surface()
305 return EGL_TRUE; in dri2_destroy_surface()
321 return EGL_TRUE; in dri2_destroy_surface()
563 return EGL_TRUE; in dri2_connect()
606 return EGL_TRUE; in dri2_authenticate()
642 class_added[visuals[i]._class] = EGL_TRUE; in dri2_add_configs_for_visuals()
660 return EGL_TRUE; in dri2_add_configs_for_visuals()
674 return EGL_TRUE; in dri2_copy_region()
693 return EGL_TRUE; in dri2_copy_region()
763 return EGL_TRUE; in dri2_swap_buffers()
[all …]
Dplatform_android.c88 return EGL_TRUE; in droid_window_dequeue_buffer()
99 return EGL_TRUE; in droid_window_enqueue_buffer()
236 return EGL_TRUE; in droid_destroy_surface()
251 return EGL_TRUE; in droid_destroy_surface()
263 return EGL_TRUE; in droid_swap_buffers()
278 return EGL_TRUE; in droid_swap_buffers()
745 dpy->Extensions.ANDROID_image_native_buffer = EGL_TRUE; in dri2_initialize_android()
746 dpy->Extensions.KHR_image_base = EGL_TRUE; in dri2_initialize_android()
754 return EGL_TRUE; in dri2_initialize_android()
Dplatform_drm.c158 return EGL_TRUE; in dri2_destroy_surface()
175 return EGL_TRUE; in dri2_destroy_surface()
339 return EGL_TRUE; in dri2_swap_buffers()
472 disp->Extensions.WL_bind_wayland_display = EGL_TRUE; in dri2_initialize_drm()
480 return EGL_TRUE; in dri2_initialize_drm()
Dplatform_wayland.c215 return EGL_TRUE; in dri2_destroy_surface()
247 return EGL_TRUE; in dri2_destroy_surface()
623 return EGL_TRUE; in dri2_swap_buffers()
669 return EGL_TRUE; in dri2_terminate()
828 disp->Extensions.WL_bind_wayland_display = EGL_TRUE; in dri2_initialize_wayland()
835 return EGL_TRUE; in dri2_initialize_wayland()
/external/deqp/modules/egl/
DteglConfigList.cpp103 info.bindToTextureRGB = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
106 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
145 info.nativeRenderable = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
DteglApiCase.hpp62 inline void expectTrue (eglw::EGLBoolean got) { expectBoolean(EGL_TRUE, got); } in expectTrue()
DteglCreateContextExtTests.cpp352 if (*iter == EGL_FALSE || *iter == EGL_TRUE) in logAttribList()
840 if (robustAccessExt == EGL_TRUE) in validateCurrentContext()
1197 { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT, EGL_TRUE, EGL_NONE } }, in init()
1199 { EGL_CONTEXT_CLIENT_VERSION, 3, EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT, EGL_TRUE, EGL_NONE } }, in init()
1203 { EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT, EGL_TRUE, EGL_NONE } } in init()
/external/deqp/framework/egl/
DegluStrUtil.inl11 case EGL_TRUE: return "EGL_TRUE";
21 case EGL_TRUE: return "EGL_TRUE";
/external/mesa3d/docs/
DWL_bind_wayland_display.spec93 wl_display bound to EGLDisplay otherwise EGL_TRUE.
96 wl_display bound to the EGLDisplay currently otherwise EGL_TRUE.

12