Home
last modified time | relevance | path

Searched refs:TextureCubeMapArrayColorDepthAttachmentsTest (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayColorDepthAttachments.cpp34 const glw::GLchar *const TextureCubeMapArrayColorDepthAttachmentsTest::m_fragment_shader_code =
50 const glw::GLchar *const TextureCubeMapArrayColorDepthAttachmentsTest::m_geometry_shader_code_pream…
62 const glw::GLchar *const TextureCubeMapArrayColorDepthAttachmentsTest::m_geometry_shader_code_layer…
71 const glw::GLchar *const TextureCubeMapArrayColorDepthAttachmentsTest::m_geometry_shader_code_non_l…
80 const glw::GLchar *const TextureCubeMapArrayColorDepthAttachmentsTest::m_geometry_shader_code_body =
110 const glw::GLchar *const TextureCubeMapArrayColorDepthAttachmentsTest::m_vertex_shader_code =
126 const glw::GLenum TextureCubeMapArrayColorDepthAttachmentsTest::m_color_internal_format = GL_R32I;
127 const glw::GLenum TextureCubeMapArrayColorDepthAttachmentsTest::m_color_format = GL_RED_IN…
128 const glw::GLenum TextureCubeMapArrayColorDepthAttachmentsTest::m_color_type = GL_INT;
129 const glw::GLenum TextureCubeMapArrayColorDepthAttachmentsTest::m_depth_format = GL_DEPTH_…
[all …]
H A DesextcTextureCubeMapArrayColorDepthAttachments.hpp50 class TextureCubeMapArrayColorDepthAttachmentsTest : public TestCaseBase class
54TextureCubeMapArrayColorDepthAttachmentsTest(Context &context, const ExtParameters &extParams, con…
57 virtual ~TextureCubeMapArrayColorDepthAttachmentsTest() in ~TextureCubeMapArrayColorDepthAttachmentsTest()
H A DesextcTextureCubeMapArrayTests.cpp62 …new TextureCubeMapArrayColorDepthAttachmentsTest(m_context, m_extParams, "color_depth_attachments"… in init()