Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp452 const GLenum cubemapFaces[] = variable
571 for(size_t i = 0; i < DE_LENGTH_OF_ARRAY(cubemapFaces); ++i) in __anon27e7ac530702()
577 …context.gl.compressedTexImage2D(cubemapFaces[i], 0, GL_COMPRESSED_RGB8_ETC2, invalidTexture.width … in __anon27e7ac530702()
590 …gl.compressedTexImage2D(cubemapFaces[i], 0, format, data.width, data.height, 0, data.data.size(), … in __anon27e7ac530702()
597 …context.gl.compressedTexSubImage2D(cubemapFaces[i], 0, 0, 0, updateWidth, updateHeight, format, up… in __anon27e7ac530702()
737 for(size_t j = 0; j < DE_LENGTH_OF_ARRAY(cubemapFaces); ++j) in __anon27e7ac531802()
743 …context.gl.compressedTexImage2D(cubemapFaces[j], 0, GL_COMPRESSED_RGB8_ETC2, invalidTexture.width,… in __anon27e7ac531802()
956 for(size_t j = 0; j < DE_LENGTH_OF_ARRAY(cubemapFaces); ++j) in __anon27e7ac532a02()
962 …context.gl.compressedTexImage2D(cubemapFaces[j], 0, GL_RGB, invalidTexture.width, invalidTexture.h… in __anon27e7ac532a02()
973 …gl.compressedTexImage2D(cubemapFaces[j], 0, format, data.width, data.height, 0, data.data.size(), … in __anon27e7ac532a02()
[all …]