Searched refs:configureLayeredFramebufferAttachment (Results 1 – 2 of 2) sorted by relevance
222 void TextureCubeMapArrayColorDepthAttachmentsTest::configureLayeredFramebufferAttachment( in configureLayeredFramebufferAttachment() function in glcts::TextureCubeMapArrayColorDepthAttachmentsTest821 …configureLayeredFramebufferAttachment(m_color_texture_id, true /* should_use_as_color_attachment *… in testLayeredRendering()822 …configureLayeredFramebufferAttachment(m_depth_texture_id, false /* should_use_as_color_attachment … in testLayeredRendering()833 …configureLayeredFramebufferAttachment(0 /* texture_id */, true /* should_use_as_color_attachment *… in testLayeredRendering()834 …configureLayeredFramebufferAttachment(0 /* texture_id */, false /* should_use_as_color_attachment … in testLayeredRendering()
90 …void configureLayeredFramebufferAttachment(glw::GLuint texture_id, bool should_use_as_color_attach…