Searched refs:_view_class (Results 1 – 2 of 2) sorted by relevance
63 enum _view_class enum137 static _internalformats getInternalformatsFromViewClass(TextureView::_view_class view_class);157 static TextureView::_view_class getViewClassForInternalformat(const glw::GLenum internalformat);
1216 _view_class src_view_class = in getIllegalTextureAndViewInternalformatCombinations()1217 (_view_class)internalformat_view_compatibility_array[(n_texture_internalformat * 2) + 1]; in getIllegalTextureAndViewInternalformatCombinations()1223 _view_class view_view_class = in getIllegalTextureAndViewInternalformatCombinations()1224 (_view_class)internalformat_view_compatibility_array[(n_view_internalformat * 2) + 1]; in getIllegalTextureAndViewInternalformatCombinations()1274 …ies::_internalformats TextureViewUtilities::getInternalformatsFromViewClass(_view_class view_class) in getInternalformatsFromViewClass()1284 const _view_class current_view_class = in getInternalformatsFromViewClass()1285 (_view_class)internalformat_view_compatibility_array[n_array_pair * 2 + 1]; in getInternalformatsFromViewClass()1571 _view_class current_view_class = static_cast<_view_class>(current_view_class_it); in getLegalTextureAndViewInternalformatCombinations()2058 _view_class TextureViewUtilities::getViewClassForInternalformat(const glw::GLenum internalformat) in getViewClassForInternalformat()2060 _view_class result = VIEW_CLASS_UNDEFINED; in getViewClassForInternalformat()[all …]