Home
last modified time | relevance | path

Searched refs:TextureCubeMapArraySubImage3D (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySubImage3D.cpp39 const glw::GLuint TextureCubeMapArraySubImage3D::m_n_components = 4;
40 const glw::GLuint TextureCubeMapArraySubImage3D::m_n_dimensions = 3;
41 const glw::GLuint TextureCubeMapArraySubImage3D::m_n_resolutions = 4;
42 const glw::GLuint TextureCubeMapArraySubImage3D::m_n_storage_type = 2;
47 const glw::GLuint resolutions[TextureCubeMapArraySubImage3D::m_n_resolutions]
48 [TextureCubeMapArraySubImage3D::m_n_dimensions] = {
70 TextureCubeMapArraySubImage3D::TextureCubeMapArraySubImage3D(Context& context, const ExtParameters& extParams, in TextureCubeMapArraySubImage3D() function in glcts::TextureCubeMapArraySubImage3D
82 void TextureCubeMapArraySubImage3D::initTest(void) in initTest()
101 void TextureCubeMapArraySubImage3D
[all...]
H A DesextcTextureCubeMapArraySubImage3D.hpp105 class TextureCubeMapArraySubImage3D : public TestCaseBase class
109 TextureCubeMapArraySubImage3D(Context& context, const ExtParameters& extParams, const char* name,
112 virtual ~TextureCubeMapArraySubImage3D() in ~TextureCubeMapArraySubImage3D()
H A DesextcTextureCubeMapArrayTests.cpp78 addChild(new TextureCubeMapArraySubImage3D(m_context, m_extParams, "subimage3D", "Test 5")); in init()

Completed in 3 milliseconds