Searched defs:ImageState (Results 1 – 2 of 2) sorted by relevance
121 struct ImageState : private angle::NonCopyable struct126 EGLLabelKHR label;127 EGLenum target;128 gl::ImageIndex imageIndex;129 ImageSibling *source;130 std::set<ImageSibling *> targets;132 gl::Format format;133 gl::Extents size;134 size_t samples;135 EGLenum sourceType;[all …]
230 ImageState::ImageState(EGLenum target, ImageSibling *buffer, const AttributeMap &attribs) in ImageState() function in egl::ImageState