Searched refs:userRowLength (Results 1 – 1 of 1) sorted by relevance
74 GLint userRowLength; /*< user-specified number of pixels per row */ member362 if (osmesa->userRowLength) in compute_row_addresses()363 rowlength = osmesa->userRowLength; in compute_row_addresses()548 if (osmesa->userRowLength) in osmesa_MapRenderbuffer()549 rowStride = osmesa->userRowLength * bpp; in osmesa_MapRenderbuffer()750 osmesa->userRowLength = 0; in OSMesaCreateContextExt()958 osmesa->userRowLength = value; in OSMesaPixelStore()998 *value = osmesa->userRowLength; in OSMesaGetIntegerv()