Searched refs:is_color_attachment (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 262 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/ |
D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 775 bool is_color_attachment) in releaseAndDetachTextureObject() argument 780 if (true == is_color_attachment) in releaseAndDetachTextureObject()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 471 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()
|
D | gl4cDirectStateAccessTests.hpp | 2324 …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…
|