/external/mesa3d/src/egl/main/ |
D | eglimage.c | 132 attrs->DMABufFourCC.IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs() 136 attrs->DMABufPlaneFds[0].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs() 140 attrs->DMABufPlaneOffsets[0].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs() 144 attrs->DMABufPlanePitches[0].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs() 148 attrs->DMABufPlaneFds[1].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs() 152 attrs->DMABufPlaneOffsets[1].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs() 156 attrs->DMABufPlanePitches[1].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs() 160 attrs->DMABufPlaneFds[2].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs() 164 attrs->DMABufPlaneOffsets[2].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs() 168 attrs->DMABufPlanePitches[2].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs() [all …]
|
D | eglconfig.c | 276 EGLBoolean valid = EGL_TRUE; in _eglValidateConfig() 305 if (val != EGL_TRUE && val != EGL_FALSE) in _eglValidateConfig() 373 valid = EGL_TRUE; in _eglValidateConfig() 375 valid = EGL_TRUE; in _eglValidateConfig() 446 EGLBoolean matched = EGL_TRUE; in _eglMatchConfig() 513 return EGL_TRUE; in _eglIsConfigAttribValid() 546 if (!_eglValidateConfig(conf, EGL_TRUE)) in _eglParseConfigAttribList() 573 return EGL_TRUE; in _eglParseConfigAttribList() 745 return EGL_TRUE; in _eglFilterConfigArray() 769 return EGL_TRUE; in _eglFilterConfigArray() [all …]
|
D | eglsurface.c | 133 if (val != EGL_TRUE && val != EGL_FALSE) { in _eglParseSurfaceAttribList() 318 return EGL_TRUE; in _eglInitSurface() 404 surface->BufferAgeRead = EGL_TRUE; in _eglQuerySurface() 410 return EGL_TRUE; in _eglQuerySurface() 477 return EGL_TRUE; in _eglSurfaceAttrib() 506 surface->BoundToTexture = EGL_TRUE; in _eglBindTexImage() 508 return EGL_TRUE; in _eglBindTexImage() 527 return EGL_TRUE; in _eglReleaseTexImage() 544 return EGL_TRUE; in _eglReleaseTexImage() 552 return EGL_TRUE; in _eglSwapInterval()
|
D | eglcontext.c | 281 if (val == EGL_TRUE) in _eglParseContextAttribList() 291 if (val == EGL_TRUE) in _eglParseContextAttribList() 301 if (val == EGL_TRUE) in _eglParseContextAttribList() 311 if (val == EGL_TRUE) in _eglParseContextAttribList() 616 return EGL_TRUE; in _eglInitContext() 673 return EGL_TRUE; in _eglQueryContext() 717 return EGL_TRUE; in _eglCheckMakeCurrent() 765 return EGL_TRUE; in _eglCheckMakeCurrent() 831 return EGL_TRUE; in _eglBindContext()
|
D | egldriver.c | 92 dpy->Options.ForceSoftware = EGL_TRUE; in _eglMatchDriver() 100 dpy->Initialized = EGL_TRUE; in _eglMatchDriver()
|
D | eglcurrent.c | 96 _egl_TSDInitialized = EGL_TRUE; in _eglInitTSD() 102 return EGL_TRUE; in _eglInitTSD() 146 if (_eglInitTSD(&_eglDestroyThreadInfo) != EGL_TRUE) { in _eglCheckedGetTSD()
|
D | eglglobals.c | 108 registered = EGL_TRUE; in _eglAddAtExitCall() 182 return EGL_TRUE; in _eglPointerIsDereferencable()
|
D | eglsync.c | 118 return EGL_TRUE; in _eglInitSync() 154 return EGL_TRUE; in _eglGetSyncAttrib()
|
D | egldisplay.c | 411 res->IsLinked = EGL_TRUE; in _eglLinkResource() 456 return EGL_TRUE; in _eglParseX11DisplayAttribList() 472 return EGL_TRUE; in _eglParseX11DisplayAttribList()
|
D | eglapi.c | 274 return EGL_TRUE; in _eglSetFuncName() 507 dpy->Extensions.KHR_image = EGL_TRUE; in _eglCreateExtensionsString() 611 disp->Extensions.KHR_get_all_proc_addresses = EGL_TRUE; in eglInitialize() 616 disp->Extensions.KHR_config_attribs = EGL_TRUE; in eglInitialize() 632 RETURN_EGL_SUCCESS(disp, EGL_TRUE); in eglInitialize() 655 RETURN_EGL_SUCCESS(disp, EGL_TRUE); in eglTerminate() 817 RETURN_EGL_SUCCESS(disp, EGL_TRUE); in eglMakeCurrent() 1217 ret = EGL_TRUE; in eglSwapInterval() 1380 surf->SetDamageRegionCalled = EGL_TRUE; in eglSetDamageRegionKHR() 1416 RETURN_EGL_SUCCESS(NULL, EGL_TRUE); in _eglWaitClientCommon() [all …]
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 203 return EGL_TRUE; in dri2_match_config() 318 base.NativeRenderable = EGL_TRUE; in dri2_add_config() 470 int ret = EGL_TRUE; in dri2_bind_extensions() 595 return EGL_TRUE; in dri2_load_driver_dri3() 614 return EGL_TRUE; in dri2_load_driver() 633 return EGL_TRUE; in dri2_load_driver_swrast() 690 disp->Extensions.KHR_no_config_context = EGL_TRUE; in dri2_setup_screen() 691 disp->Extensions.KHR_surfaceless_context = EGL_TRUE; in dri2_setup_screen() 698 disp->Extensions.EXT_pixel_format_float = EGL_TRUE; in dri2_setup_screen() 702 disp->Extensions.KHR_gl_colorspace = EGL_TRUE; in dri2_setup_screen() [all …]
|
D | platform_android.c | 228 updated = EGL_TRUE; in droid_window_dequeue_buffer() 245 return EGL_TRUE; in droid_window_dequeue_buffer() 285 return EGL_TRUE; in droid_window_enqueue_buffer() 299 dri2_surf->base.Lost = EGL_TRUE; in droid_window_cancel_buffer() 424 return EGL_TRUE; in droid_destroy_surface() 439 dri2_surf->base.Lost = EGL_TRUE; in update_buffers() 621 return EGL_TRUE; in droid_swap_buffers() 647 return EGL_TRUE; in droid_swap_buffers() 662 return EGL_TRUE; in droid_set_damage_region() 683 return ret == 0 ? EGL_TRUE : EGL_FALSE; in droid_set_damage_region() [all …]
|
D | platform_x11.c | 321 dri2_surf->base.PostSubBufferSupportedNV = EGL_TRUE; in dri2_x11_create_surface() 402 return EGL_TRUE; in dri2_x11_destroy_surface() 608 return EGL_TRUE; in dri2_x11_local_authenticate() 720 return EGL_TRUE; in dri2_x11_connect() 759 class_added[visuals[i]._class] = EGL_TRUE; in dri2_x11_add_configs_for_visuals() 814 return EGL_TRUE; in dri2_x11_add_configs_for_visuals() 828 return EGL_TRUE; in dri2_copy_region() 844 return EGL_TRUE; in dri2_copy_region() 906 return EGL_TRUE; in dri2_x11_swap_buffers() 913 return EGL_TRUE; in dri2_x11_swap_buffers() [all …]
|
D | platform_x11_dri3.c | 119 return EGL_TRUE; in dri3_destroy_surface() 131 return EGL_TRUE; in dri3_set_swap_interval() 254 (int64_t *) sbc) ? EGL_TRUE : EGL_FALSE; in dri3_get_sync_values() 380 return EGL_TRUE; in dri3_copy_buffers() 525 return EGL_TRUE; in dri3_x11_connect()
|
D | platform_surfaceless.c | 170 return EGL_TRUE; in surfaceless_destroy_surface() 189 return EGL_TRUE; in surfaceless_swap_buffers() 363 return EGL_TRUE; in dri2_initialize_surfaceless()
|
D | platform_drm.c | 184 return EGL_TRUE; in dri2_drm_destroy_surface() 385 return EGL_TRUE; in dri2_drm_swap_buffers() 408 return EGL_TRUE; in dri2_drm_swap_buffers() 728 disp->Extensions.KHR_image_pixmap = EGL_TRUE; in dri2_initialize_drm() 730 disp->Extensions.EXT_buffer_age = EGL_TRUE; in dri2_initialize_drm() 742 return EGL_TRUE; in dri2_initialize_drm()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 183 return success(EGL_TRUE); in Initialize() 199 return success(EGL_TRUE); in Terminate() 277 return success(EGL_TRUE); in GetConfigs() 310 return success(EGL_TRUE); in ChooseConfig() 330 return success(EGL_TRUE); in GetConfigAttrib() 440 return success(EGL_TRUE); in DestroySurface() 530 return success(EGL_TRUE); in QuerySurface() 550 return success(EGL_TRUE); in BindAPI() 574 return success(EGL_TRUE); in WaitClient() 583 …return EGL_TRUE; // success() is not called here because it would re-allocate thread-local stora… in ReleaseThread() [all …]
|
D | Config.cpp | 67 mBindToTextureRGBA = EGL_TRUE; in Config() 79 mBindToTextureRGBA = EGL_TRUE; in Config() 98 mBindToTextureRGB = EGL_TRUE; in Config() 110 mBindToTextureRGB = EGL_TRUE; in Config() 193 mFramebufferTargetAndroid = (displayFormat == renderTargetFormat) ? EGL_TRUE : EGL_FALSE; in Config() 194 mRecordableAndroid = EGL_TRUE; in Config()
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 137 return EGL_TRUE; in haiku_destroy_surface() 171 _eglSetConfigKey(&conf->base, EGL_NATIVE_RENDERABLE, EGL_TRUE); // Let's say yes in haiku_add_configs_for_visuals() 198 return EGL_TRUE; in haiku_add_configs_for_visuals() 220 return EGL_TRUE; in init_haiku() 228 return EGL_TRUE; in haiku_terminate() 269 return EGL_TRUE; in haiku_destroy_context() 290 return EGL_TRUE; in haiku_make_current() 302 return EGL_TRUE; in haiku_swap_buffers()
|
/external/deqp/modules/egl/ |
D | teglConfigList.cpp | 103 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()
|
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 11 case EGL_TRUE: return "EGL_TRUE"; 21 case EGL_TRUE: return "EGL_TRUE";
|
/external/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 97 EXPECT_EQ((EGLBoolean)EGL_TRUE, initialized); in Initialize() 125 EXPECT_EQ((EGLBoolean)EGL_TRUE, success); in Initialize() 168 EXPECT_EQ((EGLBoolean)EGL_TRUE, success); in Initialize() 198 EXPECT_EQ((EGLBoolean)EGL_TRUE, success); in Uninitialize() 218 EXPECT_EQ((EGLBoolean)EGL_TRUE, success); in Uninitialize() 222 EXPECT_EQ((EGLBoolean)EGL_TRUE, success); in Uninitialize() 226 EXPECT_EQ((EGLBoolean)EGL_TRUE, success); in Uninitialize() 1575 EXPECT_EQ((EGLBoolean)EGL_TRUE, result); in bindIOSurfaceToTexture() 1621 EXPECT_EQ((EGLBoolean)EGL_TRUE, result); in doClearTest() 1631 EXPECT_EQ((EGLBoolean)EGL_TRUE, result); in doClearTest() [all …]
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 31 #define EGL_TRUE 1 macro 176 if (gfFunctionsLoadedSuccessfully && EGL_TRUE == gfMakeCurrent(display, draw, read, ctx)) { in MakeCurrent() 183 return EGL_TRUE; in MakeCurrent()
|
/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 31 #define EGL_TRUE 1 macro 176 if (gfFunctionsLoadedSuccessfully && EGL_TRUE == gfMakeCurrent(display, draw, read, ctx)) { in MakeCurrent() 183 return EGL_TRUE; in MakeCurrent()
|
/external/mesa3d/docs/specs/ |
D | WL_bind_wayland_display.spec | 99 wl_display bound to EGLDisplay otherwise EGL_TRUE. 102 wl_display bound to the EGLDisplay currently otherwise EGL_TRUE.
|