Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DImage.h126 struct ImageState : private angle::NonCopyable struct
131 EGLLabelKHR label;
132 EGLenum target;
133 gl::ImageIndex imageIndex;
134 ImageSibling *source;
135 std::set<ImageSibling *> targets;
137 gl::Format format;
138 bool yuv;
139 gl::Extents size;
140 size_t samples;
[all …]
DImage.cpp253 ImageState::ImageState(EGLenum target, ImageSibling *buffer, const AttributeMap &attribs) in ImageState() function in egl::ImageState