Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayColorDepthAttachments.cpp222 void TextureCubeMapArrayColorDepthAttachmentsTest::configureLayeredFramebufferAttachment( in configureLayeredFramebufferAttachment() function in glcts::TextureCubeMapArrayColorDepthAttachmentsTest
821configureLayeredFramebufferAttachment(m_color_texture_id, true /* should_use_as_color_attachment *… in testLayeredRendering()
822configureLayeredFramebufferAttachment(m_depth_texture_id, false /* should_use_as_color_attachment … in testLayeredRendering()
833configureLayeredFramebufferAttachment(0 /* texture_id */, true /* should_use_as_color_attachment *… in testLayeredRendering()
834configureLayeredFramebufferAttachment(0 /* texture_id */, false /* should_use_as_color_attachment … in testLayeredRendering()
H A DesextcTextureCubeMapArrayColorDepthAttachments.hpp90 …void configureLayeredFramebufferAttachment(glw::GLuint texture_id, bool should_use_as_color_attach…