commit | c119372f32a464b0c4f1cf60326c01a5169b3512 | [log] [tgz] |
---|---|---|
author | Peiyong Lin <lpy@google.com> | Wed May 01 19:05:28 2019 -0700 |
committer | Peiyong Lin <lpy@google.com> | Wed May 01 19:05:28 2019 -0700 |
tree | 39393cba97165854253e5ceceaee9a0e2d98eb11 | |
parent | c505e16c78edd22c4dd349402ff67c12dea436b0 [diff] |
Remove the usage of GL_TEXTURE_PROTECTED_EXT. Per spec https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_protected_textures.txt, In order to take effect, the texture usage must be specified before the texture contents are defined by TexStorage*, we never use TexStorage*, thus this extension is unnecessary. BUG: 131782912 Test: Build, flash. Verified with protected content. Change-Id: I69c8583274bc3cd10b4e8777813dd4170014750c