Lines Matching refs:stride
170 /** Get the stride of the buffer object
176 * \return The stride of the allocated buffer object in bytes
184 /** Get the stride for the given plane
187 * \param plane for which you want the stride
415 * according to the width, height, stride and format of the buffer object.
605 * \param stride Ptr for returned stride in bytes of the mapped region
618 uint32_t flags, uint32_t *stride, void **map_data)
620 if (!bo || width == 0 || height == 0 || !stride || !map_data) {
626 flags, stride, map_data);