Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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
2363 …const _view_class original_internalformat_view_class = getViewClassForInternalformat(original_inte… in isInternalformatCompatibleForTextureView()
2364 …const _view_class view_internalformat_view_class = getViewClassForInternalformat(view_internalfor… in isInternalformatCompatibleForTextureView()
3885 …if (TextureViewUtilities::getViewClassForInternalformat(parent_texture_internalformat) == VIEW_CLA… in iterate()