Searched defs:ImageState (Results 1 – 2 of 2) sorted by relevance
134 struct ImageState : private angle::NonCopyable struct139 ImageID id;141 EGLLabelKHR label;142 EGLenum target;143 gl::ImageIndex imageIndex;144 ImageSibling *source;146 gl::Format format;147 bool yuv;148 bool cubeMap;149 gl::Extents size;[all …]
284 ImageState::ImageState(ImageID id, in ImageState() function in egl::ImageState