Searched defs:n_levels (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/gles32/
H A Des32cRobustBufferAccessBehaviorTests.cpp334 GLsizei n_levels = 1; local
353 n_levels = 2;
358 n_levels = 4;
367 Texture::Storage(gl, target, n_levels, internal_format, width, height, 0);
/external/deqp/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp1371 /* prepareTexture() hard-codes 4 samples (n_levels) for
1702 GLsizei n_levels = 1; local
1721 n_levels = 2;
1726 n_levels = 4;
1735 Texture::Storage(gl, target, n_levels, internal_format, width, height, 0);
2449 /* prepareTexture() hard-codes 4 samples (n_levels) for
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp3089 GLuint n_levels = 1; local
3096 n_levels = FUNCTIONAL_TEST_N_LEVELS;
3107 for (GLuint i = 0; i < n_levels; ++i)
3123 for (GLuint i = 0; i < n_levels; ++i)
3149 GLuint n_levels = 1; local
3156 n_levels = FUNCTIONAL_TEST_N_LEVELS;
3167 for (GLuint i = 0; i < n_levels; ++i)
3182 for (GLuint lvl = 0; lvl < n_levels; ++lvl)
3493 const GLuint n_levels = (true == is_src_multi_level) ? FUNCTIONAL_TEST_N_LEVELS : 1; local
3495 for (GLuint level = 0; level < n_levels;
3517 const GLuint n_levels = (true == is_dst_multi_level) ? FUNCTIONAL_TEST_N_LEVELS : 1; local
[all...]
H A Dgl4cTextureViewTests.cpp2277 const unsigned n_levels = (texture_target == GL_TEXTURE_RECTANGLE) ? 1 : n_levels_needed; local
2279 gl.texStorage2D(texture_target, n_levels, texture_internalformat, texture_width, texture_height);

Completed in 611 milliseconds