Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp983 struct _norm_vec4 struct in gl4cts::TextureViewTestReferenceCounting
994 explicit _norm_vec4(unsigned char r, unsigned char g, unsigned char b, unsigned char a) in _norm_vec4() function
1024 std::vector<_norm_vec4> m_mipmap_colors;
Dgl4cTextureViewTests.cpp9850 m_mipmap_colors.push_back(_norm_vec4(123, 34, 56, 78)); in TextureViewTestReferenceCounting()
9851 m_mipmap_colors.push_back(_norm_vec4(234, 45, 67, 89)); in TextureViewTestReferenceCounting()
9852 m_mipmap_colors.push_back(_norm_vec4(34, 56, 78, 90)); in TextureViewTestReferenceCounting()
9853 m_mipmap_colors.push_back(_norm_vec4(45, 67, 89, 1)); in TextureViewTestReferenceCounting()
9854 m_mipmap_colors.push_back(_norm_vec4(56, 78, 90, 123)); in TextureViewTestReferenceCounting()
9855 m_mipmap_colors.push_back(_norm_vec4(67, 89, 1, 234)); in TextureViewTestReferenceCounting()
9856 m_mipmap_colors.push_back(_norm_vec4(78, 90, 12, 34)); in TextureViewTestReferenceCounting()
10050 const _norm_vec4& mipmap_color = m_mipmap_colors[n_mipmap]; in initTextures()
10225 const _norm_vec4& expected_mipmap_color = m_mipmap_colors[n_mipmap]; in iterate()