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

  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.cpp 459 gl::Framebuffer *drawFramebuffer = context->getDrawFramebuffer();
461 !drawFramebuffer || drawFramebuffer->completeness() != GL_FRAMEBUFFER_COMPLETE)
466 if (drawFramebuffer->getSamples() != 0)
478 gl::FramebufferAttachment *drawColorBuffer = drawFramebuffer->getFirstColorbuffer();
487 if (drawFramebuffer->isEnabledColorAttachment(i))
489 GLenum drawInternalFormat = drawFramebuffer->getColorbuffer(i)->getActualFormat();
534 if (drawFramebuffer->isEnabledColorAttachment(colorAttachment))
536 if (drawFramebuffer->getColorbufferType(colorAttachment) != GL_TEXTURE_2D &&
537 drawFramebuffer->getColorbufferType(colorAttachment) != GL_RENDERBUFFER
    [all...]
Context.cpp 747 return mState.drawFramebuffer;
    [all...]
Context.h 102 GLuint drawFramebuffer;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.cpp     [all...]

Completed in 105 milliseconds