Searched refs:n_levels_needed (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 2111 glw::GLenum texture_type, unsigned int n_levels_needed, in initTextureStorage() argument 2135 for (unsigned int n_level = 0; n_level < n_levels_needed; ++n_level) in initTextureStorage() 2265 gl.texStorage1D(texture_target, n_levels_needed, texture_internalformat, texture_width); in initTextureStorage() 2277 const unsigned n_levels = (texture_target == GL_TEXTURE_RECTANGLE) ? 1 : n_levels_needed; in initTextureStorage() 2296 …gl.texStorage3D(texture_target, n_levels_needed, texture_internalformat, texture_width, texture_he… in initTextureStorage() 2336 …gl.texStorage3D(texture_target, n_levels_needed, texture_internalformat, texture_width, texture_he… in initTextureStorage() 2746 const int n_levels_needed = 6; in initTestRuns() local 2822 n_levels_needed, n_cubemaps_needed, 0); /* bo_id */ in initTestRuns() 2836 new_test_run.expected_n_immutable_levels = n_levels_needed; in initTestRuns() 2843 new_test_run.expected_n_num_levels = n_levels_needed; in initTestRuns()
|
D | gl4cTextureViewTests.hpp | 162 glw::GLenum texture_type, unsigned int n_levels_needed,
|