Searched refs:is_color_attachment (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 231 GLenum attachment, bool *is_color_attachment) in get_attachment() argument 237 if (is_color_attachment) in get_attachment() 238 *is_color_attachment = false; in get_attachment() 257 if (is_color_attachment) in get_attachment() 258 *is_color_attachment = true; in get_attachment() 3269 bool is_color_attachment; in _mesa_get_and_validate_attachment() local 3271 get_attachment(ctx, fb, attachment, &is_color_attachment); in _mesa_get_and_validate_attachment() 3273 if (is_color_attachment) { in _mesa_get_and_validate_attachment() 3673 bool is_color_attachment; in framebuffer_renderbuffer() local 3702 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 | 2296 …bool Test(glw::GLenum attachment, bool is_color_attachment, glw::GLenum texture_target, glw::GLenu… 2374 …bool Test(glw::GLenum attachment, bool is_color_attachment, glw::GLenum texture_target, glw::GLenu…
|