HomeSort by relevance Sort by last modified time
    Searched refs:configureLayeredFramebufferAttachment (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayColorDepthAttachments.hpp 90 void configureLayeredFramebufferAttachment(glw::GLuint texture_id, bool should_use_as_color_attachment);
esextcTextureCubeMapArrayColorDepthAttachments.cpp 221 void TextureCubeMapArrayColorDepthAttachmentsTest::configureLayeredFramebufferAttachment(
822 configureLayeredFramebufferAttachment(m_color_texture_id, true /* should_use_as_color_attachment */);
823 configureLayeredFramebufferAttachment(m_depth_texture_id, false /* should_use_as_color_attachment */);
834 configureLayeredFramebufferAttachment(0 /* texture_id */, true /* should_use_as_color_attachment */);
835 configureLayeredFramebufferAttachment(0 /* texture_id */, false /* should_use_as_color_attachment */);
    [all...]

Completed in 214 milliseconds