Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp1210 for (int n_texture_internalformat = 0; in getIllegalTextureAndViewInternalformatCombinations() local
1211 n_texture_internalformat < in getIllegalTextureAndViewInternalformatCombinations()
1213 ++n_texture_internalformat) in getIllegalTextureAndViewInternalformatCombinations()
1215 …m src_internalformat = internalformat_view_compatibility_array[(n_texture_internalformat * 2) + 0]; in getIllegalTextureAndViewInternalformatCombinations()
1217 (_view_class)internalformat_view_compatibility_array[(n_texture_internalformat * 2) + 1]; in getIllegalTextureAndViewInternalformatCombinations()
1219 for (int n_view_internalformat = n_texture_internalformat + 1; in getIllegalTextureAndViewInternalformatCombinations()