Searched refs:view_internalformat (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.hpp | 166 glw::GLenum view_internalformat); 676 void initBufferObject(glw::GLenum texture_internalformat, glw::GLenum view_internalformat); 678 void initProgramObject(glw::GLenum texture_internalformat, glw::GLenum view_internalformat); 683 glw::GLenum view_internalformat); 685 void verifyResultData(glw::GLenum texture_internalformat, glw::GLenum view_internalformat,
|
D | gl4cTextureViewTests.cpp | 1222 …glw::GLenum view_internalformat = internalformat_view_compatibility_array[(n_view_internalformat *… in getIllegalTextureAndViewInternalformatCombinations() local 1228 result.push_back(_internalformat_pair(src_internalformat, view_internalformat)); in getIllegalTextureAndViewInternalformatCombinations() 2363 glw::GLenum view_internalformat) in isInternalformatCompatibleForTextureView() argument 2366 …t _view_class view_internalformat_view_class = getViewClassForInternalformat(view_internalformat); in isInternalformatCompatibleForTextureView() 3764 glw::GLenum view_internalformat = pair_iterator->second; in iterate() local 3769 !TextureViewUtilities::isInternalformatSupported(view_internalformat, context_major_version, in iterate() 3798 view_internalformat, 0, /* minlevel */ in iterate() 3830 view_internalformat, 0, /* minlevel */ in iterate() 6729 …tViewClasses::initBufferObject(glw::GLenum texture_internalformat, glw::GLenum view_internalformat) in initBufferObject() argument 6741 TextureViewUtilities::getAmountOfComponentsForInternalformat(view_internalformat); in initBufferObject() [all …]
|