Searched refs:TextureCubeMapArrayStencilAttachments (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayStencilAttachments.cpp | 41 const glw::GLuint TextureCubeMapArrayStencilAttachments::m_n_components = 4; 43 const glw::GLuint TextureCubeMapArrayStencilAttachments::m_n_cube_map_array_configurations = 4; 45 const glw::GLuint TextureCubeMapArrayStencilAttachments::m_n_vertices_gs = 3; 106 return m_width * m_height * m_depth * TextureCubeMapArrayStencilAttachments::m_n_components; in getArraySize() 110 const char* TextureCubeMapArrayStencilAttachments::m_fragment_shader_code = "${VERSION}\n" 124 const char* TextureCubeMapArrayStencilAttachments::m_vertex_shader_code = "${VERSION}\n" 145 TextureCubeMapArrayStencilAttachments::TextureCubeMapArrayStencilAttachments(Context& context, in TextureCubeMapArrayStencilAttachments() function in glcts::TextureCubeMapArrayStencilAttachments 177 tcu::TestNode::IterateResult TextureCubeMapArrayStencilAttachments::iterate(void) in iterate() 276 void TextureCubeMapArrayStencilAttachments [all...] |
H A D | esextcTextureCubeMapArrayTests.cpp | 65 addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_mutable_nonlayered", in init() 67 addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_mutable_layered", in init() 69 addChild(new TextureCubeMapArrayStencilAttachments( in init() 71 addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_immutable_layered", in init()
|
H A D | esextcTextureCubeMapArrayStencilAttachments.hpp | 102 class TextureCubeMapArrayStencilAttachments : public TestCaseBase class 106 TextureCubeMapArrayStencilAttachments(Context& context, const ExtParameters& extParams, const char* name, 110 virtual ~TextureCubeMapArrayStencilAttachments() in ~TextureCubeMapArrayStencilAttachments()
|
Completed in 2 milliseconds