HomeSort by relevance Sort by last modified time
    Searched refs:m_fbo (Results 1 - 12 of 12) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 310 MovePtr<FboHelper> m_fbo; member in class:deqp::gles31::Functional::__anon17576::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::__anon17576::HelperInvocationDerivateCase
531 m_fbo = MovePtr<FboHelper>(new FboHelper(renderCtx, FRAMEBUFFER_WIDTH, FRAMEBUFFER_HEIGHT,
540 m_fbo.clear();
632 m_fbo->bindForRendering();
638 m_fbo->readPixels(0, 0, result.getAccess())
    [all...]
es31fMultisampleShaderRenderCase.hpp 117 deUint32 m_fbo; member in class:deqp::gles31::Functional::MultisampleShaderRenderUtil::MultisampleRenderCase
es31fAdvancedBlendTests.cpp 139 deUint32 m_fbo; member in class:deqp::gles31::Functional::__anon17481::AdvancedBlendCase
171 , m_fbo (0)
291 gl.genFramebuffers(1, &m_fbo);
292 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
313 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
337 if (m_colorRbo || m_fbo)
350 if (m_fbo != 0)
352 gl.deleteFramebuffers(1, &m_fbo);
353 m_fbo = 0;
529 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
    [all...]
es31fMultisampleShaderRenderCase.cpp 76 , m_fbo (0)
190 gl.genFramebuffers(1, &m_fbo);
191 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
228 gl.genFramebuffers(1, &m_fbo);
229 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
320 if (m_fbo)
322 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo);
323 m_fbo = 0;
474 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
539 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, m_fbo);
    [all...]
es31fPrimitiveBoundingBoxTests.cpp 561 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);
    [all...]
es31fTextureGatherTests.cpp 1011 MovePtr<glu::Framebuffer> m_fbo; member in class:deqp::gles31::Functional::__anon17620::TextureGatherCase
    [all...]
es31fGeometryShaderTests.cpp 2723 glw::GLuint m_fbo; member in class:deqp::gles31::Functional::__anon17501::LayeredRenderCase
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 133 deUint32 m_fbo; member in class:deqp::gles3::Functional::BlendCase
159 , m_fbo (0)
220 GLU_CHECK_CALL(glGenFramebuffers(1, &m_fbo));
221 GLU_CHECK_CALL(glBindFramebuffer(GL_FRAMEBUFFER, m_fbo));
249 if (m_fbo != 0)
251 GLU_CHECK_CALL(glDeleteFramebuffers(1, &m_fbo));
252 m_fbo = 0;
es3fRasterizerDiscardTests.cpp 100 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
es3fShaderDerivateTests.cpp 107 , 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::__anon17278::AutoFbo
    [all...]
es3fRasterizationTests.cpp 141 glw::GLuint m_fbo; member in class:deqp::gles3::Functional::__anon17262::BaseRenderingCase
159 , m_fbo (0)
218 gl.genFramebuffers(1, &m_fbo);
219 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
288 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
320 if (m_fbo)
322 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo);
323 m_fbo = 0;
387 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, m_fbo);
399 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 489 FramebufferP m_fbo; member in class:deqp::gls::Functional::__anon17671::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 278 milliseconds