Searched refs:userRowLength (Results 1 – 1 of 1) sorted by relevance
78 GLint userRowLength; /*< user-specified number of pixels per row */ member401 if (osmesa->userRowLength) in compute_row_addresses()402 rowlength = osmesa->userRowLength; in compute_row_addresses()586 if (osmesa->userRowLength) in osmesa_MapRenderbuffer()587 rowStride = osmesa->userRowLength * bpp; in osmesa_MapRenderbuffer()872 osmesa->userRowLength = 0; in OSMesaCreateContextAttribs()1100 osmesa->userRowLength = value; in OSMesaPixelStore()1140 *value = osmesa->userRowLength; in OSMesaGetIntegerv()