Home
last modified time | relevance | path

Searched refs:FboAttacher (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsLifetimeTests.hpp278 class FboAttacher : public Attacher class
284 FboAttacher (const Context& ctx, in FboAttacher() function in deqp::gls::LifetimeTests::details::FboAttacher
293 FboInputAttacher (FboAttacher& attacher) in FboInputAttacher()
301 FboOutputAttacher (FboAttacher& attacher) in FboOutputAttacher()
307 class TextureFboAttacher : public FboAttacher
311 : FboAttacher (ctx, elementType, containerType) {} in TextureFboAttacher()
319 class RboFboAttacher : public FboAttacher
323 : FboAttacher (ctx, elementType, containerType) {} in RboFboAttacher()
DglsLifetimeTests.cpp274 void FboAttacher::initAttachment (GLuint seed, GLuint element) in initAttachment()