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

/external/deqp/modules/glshared/
H A DglsFboUtil.cpp930 FboBuilder::FboBuilder (GLuint fbo, GLenum target, const glw::Functions& gl) function in class:deqp::gls::FboUtil::FboBuilder
938 FboBuilder::~FboBuilder (void)
955 void FboBuilder::checkError (void)
962 void FboBuilder::glAttach (GLenum attPoint, const Attachment* att)
972 GLuint FboBuilder::glCreateTexture (const Texture& texCfg)
980 GLuint FboBuilder::glCreateRbo (const Renderbuffer& rbCfg)
H A DglsFboUtil.hpp83 class FboBuilder;
326 class FboBuilder : public config::Framebuffer class in namespace:deqp::gls::FboUtil
333 FboBuilder (glw::GLuint fbo, glw::GLenum target,
335 ~FboBuilder (void);

Completed in 167 milliseconds