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 D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 259 void TextureCubeMapArrayColorDepthAttachmentsTest::configureNonLayeredFramebufferAttachment( in configureNonLayeredFramebufferAttachment() function in glcts::TextureCubeMapArrayColorDepthAttachmentsTest 399 …configureNonLayeredFramebufferAttachment(m_color_texture_id, 0 /* layer */, true /* is_color_attac… in determineSupportedDepthFormat() 401 …configureNonLayeredFramebufferAttachment(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() 935 …configureNonLayeredFramebufferAttachment(m_color_texture_id, n_layer_face, true /* is_color_attach… in testNonLayeredRendering() 936 …configureNonLayeredFramebufferAttachment(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 D | esextcTextureCubeMapArrayColorDepthAttachments.hpp | 91 void configureNonLayeredFramebufferAttachment(glw::GLuint texture_id, glw::GLuint n_layer,
|