HomeSort by relevance Sort by last modified time
    Searched full:drawframebuffer (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.cpp 505 gl::Framebuffer *drawFramebuffer = context->getState().getDrawFramebuffer();
507 !drawFramebuffer || drawFramebuffer->completeness() != GL_FRAMEBUFFER_COMPLETE)
513 if (drawFramebuffer->getSamples() != 0)
524 gl::FramebufferAttachment *drawColorBuffer = drawFramebuffer->getFirstColorbuffer();
533 if (drawFramebuffer->isEnabledColorAttachment(i))
535 GLenum drawInternalFormat = drawFramebuffer->getColorbuffer(i)->getActualFormat();
586 if (drawFramebuffer->isEnabledColorAttachment(colorAttachment))
588 FramebufferAttachment *attachment = drawFramebuffer->getColorbuffer(colorAttachment);
618 gl::FramebufferAttachment *drawDepthBuffer = drawFramebuffer->getDepthbuffer()
    [all...]
Context.cpp     [all...]
State.cpp 734 Framebuffer *drawFramebuffer = mDrawFramebuffer;
741 if (drawFramebuffer && drawFramebuffer != readFramebuffer)
743 drawFramebuffer->detachRenderbuffer(renderbuffer);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp     [all...]

Completed in 632 milliseconds