Searched refs:s_texture_height (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 4698 gl.texImage2D(TextureTarget<2>(), 0, internalformat, s_texture_width, s_texture_height, 0, GL_RGBA, in TextureImage() 4725 …gl.texImage3D(TextureTarget<3>(), 0, internalformat, s_texture_width, s_texture_height, s_texture_… in TextureImage() 4767 …gl.compressedTexImage2D(TextureTarget<2>(), 0, internalformat, s_texture_width, s_texture_height, … in CompressedTexImage() 4784 …gl.compressedTexImage3D(TextureTarget<3>(), 0, internalformat, s_texture_width, s_texture_height, … in CompressedTexImage() 4853 …gl.compressedTextureSubImage2D(m_to, 0, s_texture_width * x, s_texture_height * y, s_texture_width, in CompressedTextureSubImage() 4854 s_texture_height, internalformat, m_reference_size, in CompressedTextureSubImage() 4895 …gl.compressedTextureSubImage3D(m_to, 0, s_texture_width * x, s_texture_height * y, s_texture_depth… in CompressedTextureSubImage() 4896 s_texture_width, s_texture_height, s_texture_depth, internalformat, in CompressedTextureSubImage() 5143 s_texture_height * s_block_2d_size_y, 0, GL_RGBA, GL_UNSIGNED_BYTE, NULL); in PrepareStorage() 5163 …s_texture_height * s_block_3d_size, s_texture_depth * s_block_3d_size, 0, GL_RGBA, GL_UNSIGNED_BYT… in PrepareStorage() [all …]
|
D | gl4cDirectStateAccessTests.hpp | 5577 static const glw::GLuint s_texture_height; member in gl4cts::DirectStateAccess::Textures::CompressedSubImageTest 5663 static const glw::GLuint s_texture_height; member in gl4cts::DirectStateAccess::Textures::CopyTest 5882 static const glw::GLuint s_texture_height; member in gl4cts::DirectStateAccess::Textures::BindUnitTest 5923 static const glw::GLuint s_texture_height; member in gl4cts::DirectStateAccess::Textures::GetImageTest 5975 static const glw::GLuint s_texture_height; member in gl4cts::DirectStateAccess::Textures::GetLevelParameterTest
|