Home | History | Annotate | Download | only in simplereference

Lines Matching refs:setStorage

292 	m_colorbuffer.setStorage(toTextureFormat(colorBits), samples, width, height);
295 m_depthbuffer.setStorage(getDepthFormat(depthBits), samples, width, height);
298 m_stencilbuffer.setStorage(getStencilFormat(stencilBits), samples, width, height);
2299 m_renderbufferBinding->setStorage(format, (int)width, (int)height);
2551 buffer->setStorage((int)size);
5413 void Renderbuffer::setStorage (const TextureFormat& format, int width, int height)
5415 m_data.setStorage(format, width, height);