Lines Matching defs:depths
256 DepthPtr depths;
267 depths = malloc( sizeof(DepthRec) );
270 if( !depths || !visuals || !vid ) {
271 free( depths );
276 depths[0].depth = 15;
277 depths[0].numVids = 1;
278 depths[0].vids = vid;
299 depths = malloc( sizeof(DepthRec) );
302 if( !depths || !visuals || !vid ) {
303 free( depths );
308 depths[0].depth = 4;
309 depths[0].numVids = 1;
310 depths[0].vids = vid;
326 else if (!miInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
332 rootdepth, ndepths, depths,