Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFboUtil.cpp431 if (const RenderbufferAttachment* const rAtt = in attachAttachment()
432 dynamic_cast<const RenderbufferAttachment*>(&att)) in attachAttachment()
449 if (dynamic_cast<const RenderbufferAttachment*>(&att) != DE_NULL) in attachmentType()
713 if (const RenderbufferAttachment* const rAtt in logAttachment()
714 = dynamic_cast<const RenderbufferAttachment*>(&att)) in logAttachment()
DglsFboUtil.hpp270 struct RenderbufferAttachment : public Attachment struct
272 RenderbufferAttachment (void) in RenderbufferAttachment() function
DglsFboCompletenessTests.cpp740 att = &builder.makeConfig<RenderbufferAttachment>(); in makeAttachment()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp426 RenderbufferAttachment& att = builder.makeConfig<RenderbufferAttachment>(); in build()