Home
last modified time | relevance | path

Searched refs:FormatType (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dformatutils.h28 struct FormatType final
30 FormatType();
31 FormatType(GLenum format_, GLenum type_);
32 FormatType(const FormatType &other) = default;
33 FormatType &operator=(const FormatType &other) = default;
35 bool operator<(const FormatType &other) const;
Dformatutils.cpp50 FormatType::FormatType() : format(GL_NONE), type(GL_NONE) {} in FormatType() function in gl::FormatType
52 FormatType::FormatType(GLenum format_, GLenum type_) : format(format_), type(type_) {} in FormatType() function in gl::FormatType
54 bool FormatType::operator<(const FormatType &other) const in operator <()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Drenderer_utils.h31 struct FormatType;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp196 gl::FormatType formatType(format, type); in readPixelsImpl()