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

/external/deqp/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp108 deUint32 m_fbo; member in class:deqp::gles31::Functional::__anon20256::AdvancedBlendCase
140 , m_fbo (0)
254 gl.genFramebuffers(1, &m_fbo);
255 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
276 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
300 if (m_colorRbo || m_fbo)
313 if (m_fbo != 0)
315 gl.deleteFramebuffers(1, &m_fbo);
316 m_fbo = 0;
488 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
[all...]
H A Des31fShaderHelperInvocationTests.cpp277 MovePtr<FboHelper> m_fbo; member in class:deqp::gles31::Functional::__anon20315::HelperInvocationValueCase
336 m_fbo = MovePtr<FboHelper>(new FboHelper(renderCtx, FRAMEBUFFER_WIDTH, FRAMEBUFFER_HEIGHT,
345 m_fbo.clear();
387 m_fbo->bindForRendering();
393 m_fbo->readPixels(0, 0, result.getAccess());
421 MovePtr<FboHelper> m_fbo; member in class:deqp::gles31::Functional::__anon20315::HelperInvocationDerivateCase
482 m_fbo = MovePtr<FboHelper>(new FboHelper(renderCtx, FRAMEBUFFER_WIDTH, FRAMEBUFFER_HEIGHT,
491 m_fbo.clear();
579 m_fbo->bindForRendering();
585 m_fbo
[all...]
H A Des31fMultisampleShaderRenderCase.hpp117 deUint32 m_fbo; member in class:deqp::gles31::Functional::MultisampleShaderRenderUtil::MultisampleRenderCase
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 Des31fTextureGatherTests.cpp1011 MovePtr<glu::Framebuffer> m_fbo; member in class:deqp::gles31::Functional::__anon20356::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.cpp2601 glw::GLuint m_fbo; member in class:deqp::gles31::Functional::__anon20266::LayeredRenderCase
2621 , m_fbo (0)
2685 if (m_fbo)
2687 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo);
2688 m_fbo = 0;
2874 DE_ASSERT(!m_fbo);
2880 gl.genFramebuffers(1, &m_fbo);
2881 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
3243 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp132 , m_fbo(0)
262 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
412 m_fbo = m_context->createFramebuffer();
414 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
501 return m_fbo;
585 if (m_fbo)
586 m_context->deleteFramebuffer(m_fbo);
614 m_fbo = 0;
649 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
742 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
[all...]
H A DDrawingBuffer.h115 // Copies the multisample color buffer to the normal color buffer and leaves m_fbo bound.
242 Platform3DObject m_fbo; member in class:blink::DrawingBuffer
/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::__anon20054::AutoFbo
H A Des3fRasterizationTests.cpp136 glw::GLuint m_fbo; member in class:deqp::gles3::Functional::__anon20039::BaseRenderingCase
154 , m_fbo (0)
213 gl.genFramebuffers(1, &m_fbo);
214 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
283 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
315 if (m_fbo)
317 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo);
318 m_fbo = 0;
382 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, m_fbo);
394 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
[all...]
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp484 FramebufferP m_fbo; member in class:deqp::gls::Functional::__anon20399::FramebufferBlitCase
501 m_fbo = FramebufferP(new glu::Framebuffer(gl));
503 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, **m_fbo);
515 m_fbo.clear();
529 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, **m_fbo);

Completed in 231 milliseconds