Home
last modified time | relevance | path

Searched refs:is_color_attachment (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dfbobject.c262 GLenum attachment, bool *is_color_attachment) in get_attachment() argument
268 if (is_color_attachment) in get_attachment()
269 *is_color_attachment = false; in get_attachment()
288 if (is_color_attachment) in get_attachment()
289 *is_color_attachment = true; in get_attachment()
3743 bool is_color_attachment; in _mesa_get_and_validate_attachment() local
3745 get_attachment(ctx, fb, attachment, &is_color_attachment); in _mesa_get_and_validate_attachment()
3747 if (is_color_attachment) { in _mesa_get_and_validate_attachment()
4197 bool is_color_attachment; in framebuffer_renderbuffer() local
4226 att = get_attachment(ctx, fb, attachment, &is_color_attachment); in framebuffer_renderbuffer()
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayColorDepthAttachments.cpp775 bool is_color_attachment) in releaseAndDetachTextureObject() argument
780 if (true == is_color_attachment) in releaseAndDetachTextureObject()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp471 bool TextureAttachmentTest::Test(glw::GLenum attachment, bool is_color_attachment, glw::GLenum text… in Test() argument
513 if (is_color_attachment) in Test()
910 bool TextureLayerAttachmentTest::Test(glw::GLenum attachment, bool is_color_attachment, glw::GLenum… in Test() argument
973 if (is_color_attachment) in Test()
Dgl4cDirectStateAccessTests.hpp2324 …bool Test(glw::GLenum attachment, bool is_color_attachment, glw::GLenum texture_target, glw::GLenu…
2402 …bool Test(glw::GLenum attachment, bool is_color_attachment, glw::GLenum texture_target, glw::GLenu…