Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageOperations.hpp127 static const glw::GLuint m_n_resolutions; member in glcts::TextureCubeMapArrayImageOpCompute
DesextcTextureCubeMapArraySubImage3D.cpp41 const glw::GLuint TextureCubeMapArraySubImage3D::m_n_resolutions = 4; member in glcts::TextureCubeMapArraySubImage3D
47 const glw::GLuint resolutions[TextureCubeMapArraySubImage3D::m_n_resolutions]
147 for (glw::GLuint resolution_index = 0; resolution_index < m_n_resolutions; ++resolution_index) in iterate()
DesextcTextureCubeMapArraySubImage3D.hpp122 static const glw::GLuint m_n_resolutions; member in glcts::TextureCubeMapArraySubImage3D
DesextcTextureCubeMapArrayImageTextureSize.hpp90 static const glw::GLuint m_n_resolutions; member in glcts::TextureCubeMapArrayTextureSizeBase
DesextcTextureCubeMapArrayImageOperations.cpp50 const glw::GLuint TextureCubeMapArrayImageOpCompute::m_n_resolutions = 4; member in glcts::TextureCubeMapArrayImageOpCompute
59 const int m_resolutions[TextureCubeMapArrayImageOpCompute::m_n_resolutions]
563 for (glw::GLuint res_index = 0; res_index < m_n_resolutions; ++res_index) in iterate()
DesextcTextureCubeMapArrayImageTextureSize.cpp43 const glw::GLuint TextureCubeMapArrayTextureSizeBase::m_n_resolutions = 4; member in glcts::TextureCubeMapArrayTextureSizeBase
49 glw::GLuint resolutionArray[TextureCubeMapArrayTextureSizeBase::m_n_resolutions]
172 for (glw::GLuint j = 0; j < m_n_resolutions; ++j) in iterate()