OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configureNonLayeredFramebufferAttachment
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayColorDepthAttachments.cpp
258
void TextureCubeMapArrayColorDepthAttachmentsTest::
configureNonLayeredFramebufferAttachment
(
398
configureNonLayeredFramebufferAttachment
(m_color_texture_id, 0 /* layer */, true /* is_color_attachment */,
400
configureNonLayeredFramebufferAttachment
(m_depth_texture_id, 0 /* layer */, false /* is_color_attachment */,
852
configureNonLayeredFramebufferAttachment
(m_color_texture_id, n_layer_face,
855
configureNonLayeredFramebufferAttachment
(m_depth_texture_id, n_layer_face,
936
configureNonLayeredFramebufferAttachment
(m_color_texture_id, n_layer_face, true /* is_color_attachment */);
937
configureNonLayeredFramebufferAttachment
(m_depth_texture_id, n_layer_face, false /* is_color_attachment */);
[
all
...]
esextcTextureCubeMapArrayColorDepthAttachments.hpp
91
void
configureNonLayeredFramebufferAttachment
(glw::GLuint texture_id, glw::GLuint n_layer,
Completed in 144 milliseconds