Home
last modified time | relevance | path

Searched refs:isInternalformatSupported (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp172 static bool isInternalformatSupported(glw::GLenum internalformat, const glw::GLint major_version,
Dgl4cTextureViewTests.cpp2433 bool TextureViewUtilities::isInternalformatSupported(glw::GLenum internalformat, const glw::GLint m… in isInternalformatSupported() function in gl4cts::TextureViewUtilities
3767 if (!TextureViewUtilities::isInternalformatSupported(src_internalformat, context_major_version, in iterate()
3769 !TextureViewUtilities::isInternalformatSupported(view_internalformat, context_major_version, in iterate()
3878 …if (!TextureViewUtilities::isInternalformatSupported(parent_texture_internalformat, context_major_… in iterate()