[Webkit-unassigned] [Bug 244331] New: build error # use of undeclared identifier 'glEGLImageTargetTexture2DOES'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 25 02:21:56 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244331

            Bug ID: 244331
           Summary: build error # use of undeclared identifier
                    'glEGLImageTargetTexture2DOES'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vulbugs at gmail.com
                CC: dino at apple.com, kbr at google.com, kkinnunen at apple.com

Ubuntu 2204 
commit 5f7ece27c247ee41c0d6f2fe94763ceb49770f09 (HEAD -> main, origin/main, origin/HEAD)
Author: Commit Queue <commit-queue at webkit.org>
Date:   Wed Aug 24 19:09:49 2022 -0700


if you build webkit with the `-DENABLE_GLES2=ON` cmakeargs ,it will build faild .




/app/webkit/Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerDmabuf.cpp:107:5: error: use of undeclared identifier 'glEGLImageTargetTexture2DOES'
    glEGLImageTargetTexture2DOES(GL_TEXTURE_2D, image);
    ^
1 error generated.


/app/webkit/Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerProxyDMABuf.cpp:323:9: error: use of undeclared identifier 'glEGLImageTargetTexture2DOES'
        glEGLImageTargetTexture2DOES(GL_TEXTURE_2D, data.image[i]);
        ^
1 error generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220825/b0e31e2a/attachment.htm>


More information about the webkit-unassigned mailing list