Home
last modified time | relevance | path

Searched defs:ImageState (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DImage.h121 struct ImageState : private angle::NonCopyable struct
126 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 …]
DImage.cpp230 ImageState::ImageState(EGLenum target, ImageSibling *buffer, const AttributeMap &attribs) in ImageState() function in egl::ImageState