Lines Matching defs:getAccess

187 		tcu::clear(m_colorBuffer.getAccess(), defaultClearColorInt(m_colorFormat));
188 tcu::clear(m_resolveColorBuffer.getAccess(), defaultClearColorInt(m_colorFormat));
192 tcu::clear(m_colorBuffer.getAccess(), defaultClearColorUint(m_colorFormat));
193 tcu::clear(m_resolveColorBuffer.getAccess(), defaultClearColorUint(m_colorFormat));
202 tcu::clear(m_colorBuffer.getAccess(), clearColor);
203 tcu::clear(m_resolveColorBuffer.getAccess(), clearColor);
211 tcu::clearDepth(m_depthStencilBuffer.getAccess(), defaultClearDepth());
213 m_renderTarget = new rr::RenderTarget(rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_colorBuffer.getAccess()),
214 rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_depthStencilBuffer.getAccess()));
219 tcu::clearStencil(m_depthStencilBuffer.getAccess(), defaultClearStencil());
221 m_renderTarget = new rr::RenderTarget(rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_colorBuffer.getAccess()),
223 rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_depthStencilBuffer.getAccess()));
229 tcu::clearDepth(m_depthStencilBuffer.getAccess(), defaultClearDepth());
230 tcu::clearStencil(m_depthStencilBuffer.getAccess(), defaultClearStencil());
232 m_renderTarget = new rr::RenderTarget(rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_colorBuffer.getAccess()),
233 rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_depthStencilBuffer.getAccess()),
234 rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_depthStencilBuffer.getAccess()));
239 m_renderTarget = new rr::RenderTarget(rr::MultisamplePixelBufferAccess::fromMultisampleAccess(m_colorBuffer.getAccess()));
250 tcu::clear(m_colorBuffer.getAccess(), color);
251 tcu::clear(m_resolveColorBuffer.getAccess(), color);
318 tcu::PixelBufferAccess ReferenceRenderer::getAccess (void)
320 rr::MultisampleConstPixelBufferAccess multiSampleAccess = rr::MultisampleConstPixelBufferAccess::fromMultisampleAccess(m_colorBuffer.getAccess());
321 rr::resolveMultisampleColorBuffer(m_resolveColorBuffer.getAccess(), multiSampleAccess);
323 return m_resolveColorBuffer.getAccess();