Account for aliasing exceptions in codegen
authorAlastair Donaldson <afdx@google.com>
Wed, 1 Apr 2020 15:48:46 +0000 (16:48 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 27 Aug 2020 07:00:07 +0000 (03:00 -0400)
commitc1d10ca9f3862955c9adfe0aeb44fa42c47a19e8
tree9c15e8db132d6d08d9e8698b2c615333bd0aee8e
parente77699ab5dd17e63d98ec82aa82dc96c370ddeb6
Account for aliasing exceptions in codegen

Fixes a problem where functions for which aliasing exceptions are in
place (at present this is just glRenderbufferStorageMultisampleEXT)
were not being treated properly in code generation -- their aliased
names were being erroneously used.

Component: Framework

Affects: dEQP-GLES*multisample*

VK-GL-CTS issue: 2291

Change-Id: I5e9caf8828b192d15bb3c91f53a9d09aa9442129
framework/opengl/wrapper/glwInitExtES.inl
scripts/opengl/gen_ext_init.py