commit | ed069c5944c3066ea1bbb3db65e4791a96b717b5 | [log] [tgz] |
---|---|---|
author | Lingfeng Yang <[email protected]> | Thu Sep 03 19:11:02 2020 -0700 |
committer | Lingfeng Yang <[email protected]> | Thu Sep 10 07:52:30 2020 -0700 |
tree | b35ff1bdbb8faf1031f583d30175988cfea0b25e | |
parent | 1e04835f3deeab8af34990d649424321ec5fc793 [diff] [blame] |
Move host validation to guest Test: dEQP-GLES3 no failures when not using host-side glGetError Change-Id: If602d7c784ea12c5ae47ce56a91669e14a9ac62f
diff --git a/shared/OpenglCodecCommon/TextureSharedData.h b/shared/OpenglCodecCommon/TextureSharedData.h index 1372f7a..96827ef 100644 --- a/shared/OpenglCodecCommon/TextureSharedData.h +++ b/shared/OpenglCodecCommon/TextureSharedData.h
@@ -35,6 +35,13 @@ TextureDims* dims; bool immutable; bool boundEGLImage; + bool hasStorage; + bool hasCubeNegX; + bool hasCubePosX; + bool hasCubeNegY; + bool hasCubePosY; + bool hasCubeNegZ; + bool hasCubePosZ; }; typedef std::map<GLuint, TextureRec*> SharedTextureDataMap;