Lines Matching defs:depths
257 DepthPtr depths;
268 depths = malloc( sizeof(DepthRec) );
271 if( !depths || !visuals || !vid ) {
272 free( depths );
277 depths[0].depth = 15;
278 depths[0].numVids = 1;
279 depths[0].vids = vid;
300 depths = malloc( sizeof(DepthRec) );
303 if( !depths || !visuals || !vid ) {
304 free( depths );
309 depths[0].depth = 4;
310 depths[0].numVids = 1;
311 depths[0].vids = vid;
327 else if (!miInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
333 rootdepth, ndepths, depths,