Searched refs:m_fbo (Results 1 - 12 of 12) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp310 MovePtr<FboHelper> m_fbo; member in class:deqp::gles31::Functional::__anon3675::HelperInvocationValueCase
369 m_fbo = MovePtr<FboHelper>(new FboHelper(renderCtx, FRAMEBUFFER_WIDTH, FRAMEBUFFER_HEIGHT,
378 m_fbo.clear();
433 m_fbo->bindForRendering();
439 m_fbo->readPixels(0, 0, result.getAccess());
468 MovePtr<FboHelper> m_fbo; member in class:deqp::gles31::Functional::__anon3675::HelperInvocationDerivateCase
531 m_fbo = MovePtr<FboHelper>(new FboHelper(renderCtx, FRAMEBUFFER_WIDTH, FRAMEBUFFER_HEIGHT,
540 m_fbo.clear();
640 m_fbo->bindForRendering();
646 m_fbo
[all...]
H A Des31fMultisampleShaderRenderCase.hpp117 deUint32 m_fbo; member in class:deqp::gles31::Functional::MultisampleShaderRenderUtil::MultisampleRenderCase
H A Des31fAdvancedBlendTests.cpp139 deUint32 m_fbo; member in class:deqp::gles31::Functional::__anon3555::AdvancedBlendCase
171 , m_fbo (0)
287 gl.genFramebuffers(1, &m_fbo);
288 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
309 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
333 if (m_colorRbo || m_fbo)
346 if (m_fbo != 0)
348 gl.deleteFramebuffers(1, &m_fbo);
349 m_fbo = 0;
525 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
[all...]
H A Des31fMultisampleShaderRenderCase.cpp73 , m_fbo (0)
184 gl.genFramebuffers(1, &m_fbo);
185 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
220 gl.genFramebuffers(1, &m_fbo);
221 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
312 if (m_fbo)
314 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo);
315 m_fbo = 0;
464 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
529 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, m_fbo);
[all...]
H A Des31fPrimitiveBoundingBoxTests.cpp561 de::MovePtr<glu::Framebuffer> m_fbo;
675 m_fbo = de::MovePtr<glu::Framebuffer>(new glu::Framebuffer(m_context.getRenderContext()));
676 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, **m_fbo);
704 m_fbo.clear();
840 if (m_fbo)
841 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, **m_fbo);
1303 if (m_fbo)
1304 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, **m_fbo);
1833 if (m_fbo)
1834 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, **m_fbo);
[all...]
H A Des31fTextureGatherTests.cpp1011 MovePtr<glu::Framebuffer> m_fbo; member in class:deqp::gles31::Functional::__anon3719::TextureGatherCase
1259 m_fbo = MovePtr<glu::Framebuffer>(new glu::Framebuffer(renderCtx));
1260 gl.bindFramebuffer(GL_FRAMEBUFFER, **m_fbo);
1329 m_fbo = MovePtr<glu::Framebuffer>(DE_NULL);
H A Des31fGeometryShaderTests.cpp2603 glw::GLuint m_fbo; member in class:deqp::gles31::Functional::__anon3571::LayeredRenderCase
2623 , m_fbo (0)
2687 if (m_fbo)
2689 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo);
2690 m_fbo = 0;
2876 DE_ASSERT(!m_fbo);
2882 gl.genFramebuffers(1, &m_fbo);
2883 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
3245 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp137 deUint32 m_fbo; member in class:deqp::gles3::Functional::BlendCase
163 , m_fbo (0)
224 GLU_CHECK_CALL(glGenFramebuffers(1, &m_fbo));
225 GLU_CHECK_CALL(glBindFramebuffer(GL_FRAMEBUFFER, m_fbo));
253 if (m_fbo != 0)
255 GLU_CHECK_CALL(glDeleteFramebuffers(1, &m_fbo));
256 m_fbo = 0;
H A Des3fRasterizerDiscardTests.cpp100 deUint32 m_fbo; member in class:deqp::gles3::Functional::RasterizerDiscardCase
114 , m_fbo (0)
163 glGenFramebuffers (1, &m_fbo); // FBO
183 glBindFramebuffer (GL_FRAMEBUFFER, m_fbo);
200 glDeleteFramebuffers (1, &m_fbo); // FBO
H A Des3fShaderDerivateTests.cpp107 , m_fbo (0)
113 if (m_fbo)
114 m_gl.deleteFramebuffers(1, &m_fbo);
119 DE_ASSERT(!m_fbo);
120 m_gl.genFramebuffers(1, &m_fbo);
123 deUint32 operator* (void) const { return m_fbo; }
127 deUint32 m_fbo; member in class:deqp::gles3::Functional::__anon3352::AutoFbo
H A Des3fRasterizationTests.cpp137 glw::GLuint m_fbo; member in class:deqp::gles3::Functional::__anon3336::BaseRenderingCase
155 , m_fbo (0)
214 gl.genFramebuffers(1, &m_fbo);
215 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
284 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
316 if (m_fbo)
318 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo);
319 m_fbo = 0;
383 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, m_fbo);
395 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
[all...]
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp489 FramebufferP m_fbo; member in class:deqp::gls::Functional::__anon3770::FramebufferBlitCase
506 m_fbo = FramebufferP(new glu::Framebuffer(gl));
508 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, **m_fbo);
520 m_fbo.clear();
534 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, **m_fbo);

Completed in 4573 milliseconds