Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp157 static TextureView::_view_class getViewClassForInternalformat(const glw::GLenum internalformat);
Dgl4cTextureViewTests.cpp2058 _view_class TextureViewUtilities::getViewClassForInternalformat(const glw::GLenum internalformat) in getViewClassForInternalformat() function in gl4cts::TextureViewUtilities
2365 …const _view_class original_internalformat_view_class = getViewClassForInternalformat(original_inte… in isInternalformatCompatibleForTextureView()
2366 …const _view_class view_internalformat_view_class = getViewClassForInternalformat(view_internalfor… in isInternalformatCompatibleForTextureView()
3887 …if (TextureViewUtilities::getViewClassForInternalformat(parent_texture_internalformat) == VIEW_CLA… in iterate()