Commit dd2316df by Mohan Maiya Committed by Commit Bot

EGL: Add image test for AHB based EGLImages

Add new end2end test where the source for EGL images is an Android Hardware Buffer Bug: angleproject:4810 Tests: angle_end2end_tests --gtest_filter=ImageTest.SourceAHBTarget* Change-Id: I20f303c6ad839ac2e65d407cfe3813a8be4c1cfa Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2231884 Commit-Queue: Mohan Maiya <m.maiya@samsung.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 05e2fe78
...@@ -166,6 +166,10 @@ if (is_win || is_linux || is_mac || is_android || is_fuchsia) { ...@@ -166,6 +166,10 @@ if (is_win || is_linux || is_mac || is_android || is_fuchsia) {
"$angle_root:angle_image_util", "$angle_root:angle_image_util",
] ]
if (is_android) {
include_dirs += [ "${android_ndk_root}/sysroot/usr/includes" ]
}
data_deps = [ data_deps = [
"$angle_root:libEGL", "$angle_root:libEGL",
"$angle_root:libGLESv1_CM", "$angle_root:libGLESv1_CM",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment