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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 54 GLuint m_fbo; member in class:ColorBuffer
  /external/deqp/modules/gles3/functional/
es3fRasterizationTests.cpp 136 glw::GLuint m_fbo; member in class:deqp::gles3::Functional::__anon23850::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...]
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
es3fBlendTests.cpp 137 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;
es3fShaderDerivateTests.cpp 106 , m_fbo (0)
112 if (m_fbo)
113 m_gl.deleteFramebuffers(1, &m_fbo);
118 DE_ASSERT(!m_fbo);
119 m_gl.genFramebuffers(1, &m_fbo);
122 deUint32 operator* (void) const { return m_fbo; }
126 deUint32 m_fbo; member in class:deqp::gles3::Functional::__anon23865::AutoFbo
    [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.hpp 117 deUint32 m_fbo; member in class:deqp::gles31::Functional::MultisampleShaderRenderUtil::MultisampleRenderCase
es31fAdvancedBlendTests.cpp 108 deUint32 m_fbo; member in class:deqp::gles31::Functional::__anon24066::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;
483 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
    [all...]
es31fShaderHelperInvocationTests.cpp 277 MovePtr<FboHelper> m_fbo; member in class:deqp::gles31::Functional::__anon24126::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::__anon24126::HelperInvocationDerivateCase
482 m_fbo = MovePtr<FboHelper>(new FboHelper(renderCtx, FRAMEBUFFER_WIDTH, FRAMEBUFFER_HEIGHT,
491 m_fbo.clear();
579 m_fbo->bindForRendering();
585 m_fbo->readPixels(0, 0, result.getAccess())
    [all...]
es31fTextureGatherTests.cpp 1005 MovePtr<glu::Framebuffer> m_fbo; member in class:deqp::gles31::Functional::__anon24167::TextureGatherCase
    [all...]
es31fGeometryShaderTests.cpp 2601 glw::GLuint m_fbo; member in class:deqp::gles31::Functional::__anon24076::LayeredRenderCase
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 118 // Copies the multisample color buffer to the normal color buffer and leaves m_fbo bound.
243 Platform3DObject m_fbo; member in class:WebCore::DrawingBuffer
  /external/deqp/modules/glshared/
glsScissorTests.cpp 484 FramebufferP m_fbo; member in class:deqp::gls::Functional::__anon24210::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 592 milliseconds