Searched defs:FboBuilder (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsFboUtil.cpp567 FboBuilder::FboBuilder (GLuint fbo, GLenum target, const glw::Functions& gl) function in class:deqp::gls::FboUtil::FboBuilder
575 FboBuilder::~FboBuilder (void)
592 void FboBuilder::checkError (void)
599 void FboBuilder::glAttach (GLenum attPoint, const Attachment* att)
609 GLuint FboBuilder::glCreateTexture (const Texture& texCfg)
617 GLuint FboBuilder::glCreateRbo (const Renderbuffer& rbCfg)
H A DglsFboUtil.hpp150 class FboBuilder;
375 class FboBuilder : public config::Framebuffer class in namespace:deqp::gls::FboUtil
382 FboBuilder (glw::GLuint fbo, glw::GLenum target,
384 ~FboBuilder (void);

Completed in 34 milliseconds