Lines Matching defs:ImageState
128 struct ImageState : private angle::NonCopyable struct
133 EGLLabelKHR label;
134 EGLenum target;
135 gl::ImageIndex imageIndex;
136 ImageSibling *source;
137 std::set<ImageSibling *> targets;
139 gl::Format format;
140 bool yuv;
141 bool cubeMap;
142 gl::Extents size;
143 size_t samples;
144 GLuint levelCount;
145 EGLenum sourceType;
146 EGLenum colorspace;
147 bool hasProtectedContent;