/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | deqp_egl_test_expectations.txt | 36 1662 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.other_clear = FAIL 37 1662 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.other_render = FAIL 42 1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_clear = SKIP 43 1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_render = SKIP 70 2382 WIN : dEQP-EGL.functional.native_color_mapping.native_window.* = SKIP 71 1340 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL 88 2546 LINUX : dEQP-EGL.functional.native_color_mapping.native_window.* = FAIL 89 2546 LINUX : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL 99 2546 MAC : dEQP-EGL.functional.native_color_mapping.native_window.* = FAIL 100 2546 MAC : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL [all …]
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 80 _EGLConfig *conf, void *native_window, const EGLint *attrib_list) in haiku_create_window_surface() argument 92 conf, attrib_list, native_window)) { in haiku_create_window_surface() 100 BWindow* win = (BWindow*)native_window; in haiku_create_window_surface()
|
/third_party/mesa3d/src/egl/main/ |
D | eglapi.c | 964 void *native_window, const EGLint *attrib_list) in _eglCreateWindowSurfaceCommon() argument 971 if (native_window == NULL) in _eglCreateWindowSurfaceCommon() 996 if (_eglNativeSurfaceAlreadyUsed(disp, native_window)) in _eglCreateWindowSurfaceCommon() 999 surf = disp->Driver->CreateWindowSurface(disp, conf, native_window, attrib_list); in _eglCreateWindowSurfaceCommon() 1019 _fixupNativeWindow(_EGLDisplay *disp, void *native_window) in _fixupNativeWindow() argument 1022 if (disp && disp->Platform == _EGL_PLATFORM_X11 && native_window != NULL) { in _fixupNativeWindow() 1030 return (void *)(* (Window*) native_window); in _fixupNativeWindow() 1034 if (disp && disp->Platform == _EGL_PLATFORM_XCB && native_window != NULL) { in _fixupNativeWindow() 1039 return (void *)(uintptr_t) (* (uint32_t*) native_window); in _fixupNativeWindow() 1042 return native_window; in _fixupNativeWindow() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 350 …Y CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttr… in CreatePlatformWindowSurface() argument 353 "const EGLint *attrib_list = %p)", dpy, config, native_window, attrib_list); in CreatePlatformWindowSurface() 365 native_window = (void *)(*(::Window*)native_window); in CreatePlatformWindowSurface() 368 if(!display->isValidWindow((EGLNativeWindowType)native_window)) in CreatePlatformWindowSurface() 373 return display->createWindowSurface((EGLNativeWindowType)native_window, config, attrib_list); in CreatePlatformWindowSurface() 376 …reatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint … in CreatePlatformWindowSurfaceEXT() argument 379 "const EGLint *attrib_list = %p)", dpy, config, native_window, attrib_list); in CreatePlatformWindowSurfaceEXT() 382 return CreatePlatformWindowSurface(dpy, config, native_window, &attribs); in CreatePlatformWindowSurfaceEXT()
|
D | main.cpp | 385 …reatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint … 386 …Y CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttr… 595 …reatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint … in eglCreatePlatformWindowSurfaceEXT() argument 597 return egl::CreatePlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurfaceEXT() 600 …glCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttr… in eglCreatePlatformWindowSurface() argument 602 return egl::CreatePlatformWindowSurface(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurface()
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/ |
D | egl-master.txt | 3005 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear 3006 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render 3007 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear 3008 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render 3009 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear 3010 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render 3011 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear 3012 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render 3013 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear 3014 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwFuncPtrLibraryImpl.inl | 77 …:createPlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttr… argument 79 return m_egl.createPlatformWindowSurface(dpy, config, native_window, attrib_list); 82 …eatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint … argument 84 return m_egl.createPlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list);
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/ |
D | egl-master.txt | 3084 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear 3085 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render 3086 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear 3087 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render 3088 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear 3089 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render 3090 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear 3091 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render 3092 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear 3093 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/ |
D | egl-master.txt | 3017 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear 3018 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render 3019 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear 3020 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render 3021 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear 3022 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render 3023 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear 3024 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render 3025 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear 3026 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
/third_party/vk-gl-cts/android/cts/main/src/ |
D | egl-master-2021-03-01.txt | 3074 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear 3075 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render 3076 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear 3077 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render 3078 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear 3079 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render 3080 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear 3081 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render 3082 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear 3083 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
D | egl-master-2020-03-01.txt | 3074 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear 3075 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render 3076 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear 3077 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render 3078 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear 3079 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render 3080 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear 3081 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render 3082 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear 3083 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/src/ |
D | egl-master.txt | 3084 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear 3085 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render 3086 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear 3087 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render 3088 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear 3089 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render 3090 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear 3091 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render 3092 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear 3093 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
/third_party/vk-gl-cts/android/cts/master/ |
D | egl-master.txt | 3164 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear 3165 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render 3166 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear 3167 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render 3168 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear 3169 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render 3170 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear 3171 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render 3172 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear 3173 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/main/ |
D | egl-master.txt | 3084 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear 3085 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render 3086 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear 3087 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render 3088 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear 3089 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render 3090 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear 3091 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render 3092 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear 3093 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.6.x/ |
D | egl-master.txt | 3084 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear 3085 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render 3086 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear 3087 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render 3088 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear 3089 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render 3090 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear 3091 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render 3092 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear 3093 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
/third_party/vk-gl-cts/android/cts/main/ |
D | egl-master.txt | 398 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_no_stencil_clear 399 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_no_stencil_render 400 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_stencil_clear 401 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_stencil_render 402 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_no_stencil_clear 403 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_no_stencil_render 404 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_stencil_clear 405 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_stencil_render 406 dEQP-EGL.functional.native_coord_mapping.native_window.rgb888_no_depth_no_stencil_clear 407 dEQP-EGL.functional.native_coord_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
D | egl-master-2021-03-01.txt | 398 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_no_stencil_clear 399 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_no_stencil_render 400 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_stencil_clear 401 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_stencil_render 402 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_no_stencil_clear 403 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_no_stencil_render 404 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_stencil_clear 405 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_stencil_render 406 dEQP-EGL.functional.native_coord_mapping.native_window.rgb888_no_depth_no_stencil_clear 407 dEQP-EGL.functional.native_coord_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
D | egl-master-2020-03-01.txt | 398 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_no_stencil_clear 399 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_no_stencil_render 400 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_stencil_clear 401 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_no_depth_stencil_render 402 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_no_stencil_clear 403 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_no_stencil_render 404 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_stencil_clear 405 dEQP-EGL.functional.native_coord_mapping.native_window.rgb565_depth_stencil_render 406 dEQP-EGL.functional.native_coord_mapping.native_window.rgb888_no_depth_no_stencil_clear 407 dEQP-EGL.functional.native_coord_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/master/ |
D | egl-master.txt | 3076 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear 3077 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render 3078 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear 3079 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render 3080 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear 3081 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render 3082 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear 3083 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render 3084 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear 3085 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/src/ |
D | egl-master.txt | 3096 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear 3097 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render 3098 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear 3099 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render 3100 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear 3101 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render 3102 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear 3103 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render 3104 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear 3105 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render [all …]
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_platform_gbm.txt | 86 platform and a <native_window> that points to a `struct gbm_surface`. If 87 <native_window> was created without the GBM_BO_USE_RENDERING flag, or if 88 the color format of <native_window> differs from the EGL_NATIVE_VISUAL_ID
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_platform_gbm.txt | 86 platform and a <native_window> that points to a `struct gbm_surface`. If 87 <native_window> was created without the GBM_BO_USE_RENDERING flag, or if 88 the color format of <native_window> differs from the EGL_NATIVE_VISUAL_ID
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_platform_base.txt | 90 void *native_window, 181 void *native_window, 188 <native_window> must belong to the same platform as <dpy>, and EGL 191 the requirements for the <native_window> parameter." 199 "If <dpy> and <native_window> do not belong to the same platform, then 319 <native_window> parameter as an integer.
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_platform_base.txt | 90 void *native_window, 181 void *native_window, 188 <native_window> must belong to the same platform as <dpy>, and EGL 191 the requirements for the <native_window> parameter." 199 "If <dpy> and <native_window> do not belong to the same platform, then 319 <native_window> parameter as an integer.
|
/third_party/vk-gl-cts/framework/platform/ohos/display/ |
D | tcuOhosNativeDisplay.cpp | 143 …formWindowSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::E… in createPlatformWindowSurface() argument 145 …osContextI::GetInstance().OH_createPlatformWindowSurface(dpy, config, native_window, reinterpret_c… in createPlatformWindowSurface() 148 …mWindowSurfaceEXT(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::E… in createPlatformWindowSurfaceEXT() argument 150 …ContextI::GetInstance().OH_createPlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list); in createPlatformWindowSurfaceEXT()
|