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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 120 m_fbo(0),
137 if (m_fbo) {
138 s_gl.glDeleteFramebuffersOES(1, &m_fbo);
288 if (m_fbo) {
290 s_gl.glBindFramebufferOES(GL_FRAMEBUFFER_OES, m_fbo);
294 s_gl.glGenFramebuffersOES(1, &m_fbo);
295 s_gl.glBindFramebufferOES(GL_FRAMEBUFFER_OES, m_fbo);
303 s_gl.glDeleteFramebuffersOES(1, &m_fbo);
304 m_fbo = 0;
ColorBuffer.h 54 GLuint m_fbo; member in class:ColorBuffer
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 108 deUint32 m_fbo; member in class:deqp::gles31::Functional::__anon24874::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...]
es31fShaderHelperInvocationTests.cpp 277 MovePtr<FboHelper> m_fbo; member in class:deqp::gles31::Functional::__anon24933::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::__anon24933::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...]
es31fMultisampleShaderRenderCase.hpp 117 deUint32 m_fbo; member in class:deqp::gles31::Functional::MultisampleShaderRenderUtil::MultisampleRenderCase
es31fMultisampleShaderRenderCase.cpp 73 , 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...]
es31fTextureGatherTests.cpp 1011 MovePtr<glu::Framebuffer> m_fbo; member in class:deqp::gles31::Functional::__anon24974::TextureGatherCase
    [all...]
es31fGeometryShaderTests.cpp 2601 glw::GLuint m_fbo; member in class:deqp::gles31::Functional::__anon24884::LayeredRenderCase
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 132 , 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...]
DrawingBuffer.h 115 // 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/
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;
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::__anon24672::AutoFbo
    [all...]
es3fRasterizationTests.cpp 136 glw::GLuint m_fbo; member in class:deqp::gles3::Functional::__anon24657::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/
glsScissorTests.cpp 484 FramebufferP m_fbo; member in class:deqp::gls::Functional::__anon25017::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 446 milliseconds