Home | History | Annotate | Download | only in d3d9

Lines Matching defs:drawBuffer

2481         gl::FramebufferAttachment *drawBuffer = drawFramebuffer->getColorbuffer(0);
2491 if (drawBuffer)
2493 drawRenderTarget = d3d9::GetAttachmentRenderTarget(drawBuffer);
2610 gl::FramebufferAttachment *drawBuffer = drawFramebuffer->getDepthOrStencilbuffer();
2620 if (drawBuffer)
2622 drawDepthStencil = d3d9::GetAttachmentRenderTarget(drawBuffer);