Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DBasis.h53 #define cCylShaderBothCapsRound (cCylShaderCap1Round | cCylShaderCap2Round) macro
H A DCGO.cpp8948 …<cgo::draw::shadercylinder2ndcolor>(cgo, last_vertex, axis, 1.f, cCylShaderBothCapsRound, current_… in CGOConvertLinesToShaderCylinders()
8951 …<cgo::draw::shadercylinder2ndcolor>(cgo, last_vertex, axis, 1.f, cCylShaderBothCapsRound, current_… in CGOConvertLinesToShaderCylinders()
8955 cgo->add<cgo::draw::shadercylinder>(last_vertex, axis, 1.f, cCylShaderBothCapsRound); in CGOConvertLinesToShaderCylinders()
8980 … cgo->add<cgo::draw::shadercylinder>(line->vertex1, axis, 1.f, cCylShaderBothCapsRound); in CGOConvertLinesToShaderCylinders()
8996 … cgo->add<cgo::draw::shadercylinder>(splitline->vertex1, axis, 1., cCylShaderBothCapsRound); in CGOConvertLinesToShaderCylinders()
8998 int cap = cCylShaderBothCapsRound; in CGOConvertLinesToShaderCylinders()
10523 dataPtrUB[0] = cCylShaderBothCapsRound | cCylShaderInterpColor; in copyAttributeForOp()
10553 dataPtrUB[0] = (cCylShaderBothCapsRound | (interp ? cCylShaderInterpColor : 0)); in copyAttributeForOp()
10567 dataPtrUB[0] = (cCylShaderBothCapsRound | ((interp > .5f) ? cCylShaderInterpColor : 0)); in copyAttributeForOp()
11272 cap_value = cCylShaderBothCapsRound | cCylShaderInterpColor; in CGOCheckShaderCylinderCapInfoIsSame()
[all …]
H A DExtrude.cpp1078 int cap = (cCylShaderBothCapsRound | cCylShaderInterpColor); in ExtrudeCylindersToCGO()