Home
last modified time | relevance | path

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

/dports/graphics/megapov/megapov-1.2.1/source/
H A Dtexture.h108 int Test_Opacity (TEXTURE *Texture);
H A Dtexture.cpp1613 int Test_Opacity(TEXTURE *Texture) in Test_Opacity() function
1682 if (!Test_Opacity(Material)) in Test_Opacity()
H A Dmesh.cpp2473 if ((Mesh->Texture == NULL) || (Test_Opacity(Mesh->Texture))) in Test_Mesh_Opacity()
2486 if (!Test_Opacity(Mesh->Textures[i])) in Test_Mesh_Opacity()
H A Dblob.cpp2886 if ((Blob->Texture == NULL) || (Test_Opacity(Blob->Texture))) in Test_Blob_Opacity()
2899 if (!Test_Opacity(Blob->Element_Texture[i])) in Test_Blob_Opacity()
H A Dparse.cpp9615 (Test_Opacity(Object->Texture)) && in Post_Process()
9617 Test_Opacity(Object->Interior_Texture))) in Post_Process()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dtexture.h103 int Test_Opacity (TEXTURE *Texture);
H A Dtexture.cpp1608 int Test_Opacity(TEXTURE *Texture) in Test_Opacity() function
1677 if (!Test_Opacity(Material)) in Test_Opacity()
H A Dmesh.cpp2432 if ((Mesh->Texture == NULL) || (Test_Opacity(Mesh->Texture))) in Test_Mesh_Opacity()
2445 if (!Test_Opacity(Mesh->Textures[i])) in Test_Mesh_Opacity()
H A Dblob.cpp2852 if ((Blob->Texture == NULL) || (Test_Opacity(Blob->Texture))) in Test_Blob_Opacity()
2865 if (!Test_Opacity(Blob->Element_Texture[i])) in Test_Blob_Opacity()
H A Dparse.cpp8927 (Test_Opacity(Object->Texture)) && in Post_Process()
8929 Test_Opacity(Object->Interior_Texture))) in Post_Process()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/material/
H A Dtexture.cpp630 int Test_Opacity(const TEXTURE *Texture) in Test_Opacity() function
680 if (!Test_Opacity(*i)) in Test_Opacity()
H A Dtexture.h148 int Test_Opacity (const TEXTURE *Texture);
/dports/graphics/povray37/povray-3.7.0.10/source/backend/texture/
H A Dtexture.h105 int Test_Opacity (const TEXTURE *Texture);
H A Dtexture.cpp1617 int Test_Opacity(const TEXTURE *Texture) in Test_Opacity() function
1666 if (!Test_Opacity(Material)) in Test_Opacity()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/scene/
H A Dobject.cpp932 return Test_Opacity(Texture) && in IsOpaque()
933 ((Interior_Texture == nullptr) || Test_Opacity(Interior_Texture)); in IsOpaque()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dmesh.cpp2211 if ((Textures[i] != nullptr) && !Test_Opacity(Textures[i])) in IsOpaque()
2220 return (Texture == nullptr) || Test_Opacity(Texture); in IsOpaque()
H A Dblob.cpp2648 if ((elementTexture != nullptr) && !Test_Opacity(elementTexture)) in IsOpaque()
2657 return (Texture == nullptr) || Test_Opacity(Texture); in IsOpaque()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dmesh.cpp2271 if ((Texture == NULL) || (Test_Opacity(Texture))) in Test_Mesh_Opacity()
2284 if (!Test_Opacity(Textures[i])) in Test_Mesh_Opacity()
H A Dblob.cpp2676 if ((Texture == NULL) || (Test_Opacity(Texture))) in Test_Blob_Opacity()
2689 if (!Test_Opacity(Element_Texture[i])) in Test_Blob_Opacity()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/parser/
H A Dparse.cpp9575 (Test_Opacity(Object->Texture)) && in Post_Process()
9577 Test_Opacity(Object->Interior_Texture))) in Post_Process()