Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayColorDepthAttachments.cpp259 void TextureCubeMapArrayColorDepthAttachmentsTest::configureNonLayeredFramebufferAttachment( in configureNonLayeredFramebufferAttachment() function in glcts::TextureCubeMapArrayColorDepthAttachmentsTest
399configureNonLayeredFramebufferAttachment(m_color_texture_id, 0 /* layer */, true /* is_color_attac… in determineSupportedDepthFormat()
401configureNonLayeredFramebufferAttachment(m_depth_texture_id, 0 /* layer */, false /* is_color_atta… in determineSupportedDepthFormat()
851 configureNonLayeredFramebufferAttachment(m_color_texture_id, n_layer_face, in testLayeredRendering()
854 configureNonLayeredFramebufferAttachment(m_depth_texture_id, n_layer_face, in testLayeredRendering()
935configureNonLayeredFramebufferAttachment(m_color_texture_id, n_layer_face, true /* is_color_attach… in testNonLayeredRendering()
936configureNonLayeredFramebufferAttachment(m_depth_texture_id, n_layer_face, false /* is_color_attac… in testNonLayeredRendering()
946 configureNonLayeredFramebufferAttachment(0 /* texture_id */, 0 /* n_layer */, in testNonLayeredRendering()
948 configureNonLayeredFramebufferAttachment(0 /* texture_id */, 0 /* n_layer */, in testNonLayeredRendering()
962 configureNonLayeredFramebufferAttachment(m_color_texture_id, n_layer_face, in testNonLayeredRendering()
[all …]
H A DesextcTextureCubeMapArrayColorDepthAttachments.hpp91 void configureNonLayeredFramebufferAttachment(glw::GLuint texture_id, glw::GLuint n_layer,