Lines Matching defs:ImageState
137 struct ImageState : private angle::NonCopyable struct
142 ImageID id;
144 EGLLabelKHR label;
145 EGLenum target;
146 gl::ImageIndex imageIndex;
147 ImageSibling *source;
149 gl::Format format;
150 bool yuv;
151 bool cubeMap;
152 gl::Extents size;
153 size_t samples;
154 GLuint levelCount;
155 EGLenum colorspace;
156 bool hasProtectedContent;
158 mutable angle::SimpleMutex targetsLock;
160 static constexpr size_t kTargetsSetSize = 2;
161 angle::FlatUnorderedSet<ImageSibling *, kTargetsSetSize> targets;