Searched refs:TextureCubeMapArraySubImage3D (Results 1 – 3 of 3) sorted by relevance
39 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] = {69 TextureCubeMapArraySubImage3D::TextureCubeMapArraySubImage3D(Context &context, const ExtParameters … in TextureCubeMapArraySubImage3D() function in glcts::TextureCubeMapArraySubImage3D81 void TextureCubeMapArraySubImage3D::initTest(void) in initTest()100 void TextureCubeMapArraySubImage3D::deinit(void) in deinit()136 tcu::TestCase::IterateResult TextureCubeMapArraySubImage3D::iterate() in iterate()[all …]
105 class TextureCubeMapArraySubImage3D : public TestCaseBase class109 … TextureCubeMapArraySubImage3D(Context &context, const ExtParameters &extParams, const char *name,112 virtual ~TextureCubeMapArraySubImage3D() in ~TextureCubeMapArraySubImage3D()
78 addChild(new TextureCubeMapArraySubImage3D(m_context, m_extParams, "subimage3D", "Test 5")); in init()