Searched defs:ImageState (Results 1 – 2 of 2) sorted by relevance
128 struct ImageState : private angle::NonCopyable struct133 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;[all …]
263 ImageState::ImageState(EGLenum target, ImageSibling *buffer, const AttributeMap &attribs) in ImageState() function in egl::ImageState