Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.hpp54 struct SupportedTextureDataType struct in gl4cts::TextureFilterMinmaxUtils
57 glw::GLenum m_format;
58 glw::GLenum m_type;
59 int m_testFlags;
61 SupportedTextureDataType(glw::GLenum format, glw::GLenum type, int testFlags = MINMAX) in SupportedTextureDataType() function
66 inline bool hasFlag(TextureTestFlag flag) const in hasFlag()