Home
last modified time | relevance | path

Searched refs:tex_corn (Results 1 – 1 of 1) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_volume_render.c2310 glTexCoord3f(tex_corn[3*k], tex_corn[3*k+1], tex_corn[3*k+2]); in SUMA_DrawVolumeDO_OLD()
3050 if (tex_corn[0] < 0) tex_corn[0] = 0; in SUMA_DrawVolumeDO_slices()
3053 if (tex_corn[1] < 0) tex_corn[1] = 0; in SUMA_DrawVolumeDO_slices()
3056 if (tex_corn[2] < 0) tex_corn[2] = 0; in SUMA_DrawVolumeDO_slices()
3356 if (tex_corn[0] < 0) tex_corn[0] = 0; in SUMA_DrawVolumeDO_3D()
3359 if (tex_corn[1] < 0) tex_corn[1] = 0; in SUMA_DrawVolumeDO_3D()
3362 if (tex_corn[2] < 0) tex_corn[2] = 0; in SUMA_DrawVolumeDO_3D()
3570 if (tex_corn[0] < 0) tex_corn[0] = 0; in SUMA_DrawVolumeDO_exp()
3573 if (tex_corn[1] < 0) tex_corn[1] = 0; in SUMA_DrawVolumeDO_exp()
3576 if (tex_corn[2] < 0) tex_corn[2] = 0; in SUMA_DrawVolumeDO_exp()
[all …]