Lines Matching refs:FboHelper
200 class FboHelper class
203 …FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, int numS…
204 ~FboHelper (void);
220 FboHelper::FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, … in FboHelper() function in deqp::gles31::Functional::__anon440900e90111::FboHelper
254 FboHelper::~FboHelper (void) in ~FboHelper()
258 void FboHelper::bindForRendering (void) in bindForRendering()
267 void FboHelper::readPixels (int x, int y, const tcu::PixelBufferAccess& dst) in readPixels()
310 MovePtr<FboHelper> m_fbo;
369 m_fbo = MovePtr<FboHelper>(new FboHelper(renderCtx, FRAMEBUFFER_WIDTH, FRAMEBUFFER_HEIGHT, in init()
468 MovePtr<FboHelper> m_fbo;
531 m_fbo = MovePtr<FboHelper>(new FboHelper(renderCtx, FRAMEBUFFER_WIDTH, FRAMEBUFFER_HEIGHT, in init()