Lines Matching refs:buffer
55 Utils::buffer::buffer(deqp::Context& context) : m_id(0), m_context(context), m_target(0)
62 Utils::buffer::~buffer()
76 void Utils::buffer::bind() const
90 void Utils::buffer::bindRange(glw::GLuint index, glw::GLintptr offset, glw::GLsizeiptr size)
100 * @param target Target that will be used by this buffer
102 void Utils::buffer::generate(glw::GLenum target)
112 /** Maps buffer content
118 void* Utils::buffer::map(GLenum access) const
131 /** Unmaps buffer
134 void Utils::buffer::unmap() const
151 void Utils::buffer::update(glw::GLsizeiptr size, glw::GLvoid* data, glw::GLenum usage)
822 in RGBA to a temporary buffer and then copy only the first component
823 to the actual output buffer */
861 /* copy the first channel from the readback buffer to the output buffer */
1897 * @param data Memory buffer prepared for captured data
2101 * @param data Memory buffer prepared for captured data
2294 * @param data Memory buffer prepared for captured data
2483 * @param data Memory buffer prepared for captured data
4412 * @param depth_value Value that will be used to clear depth buffer