OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVRTMatrixVec3DotProduct
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMatrix.h
181
#define
PVRTMatrixVec3DotProduct
PVRTMatrixVec3DotProductX
209
#define
PVRTMatrixVec3DotProduct
PVRTMatrixVec3DotProductF
PVRTShadowVol.cpp
701
f =
PVRTMatrixVec3DotProduct
(psTri->vNormal, v);
703
f =
PVRTMatrixVec3DotProduct
(psTri->vNormal, *pvLightModel);
876
if(
PVRTMatrixVec3DotProduct
(c_pvRect[j], v) < 0)
889
if((j != w0) & (j != w1) && (
PVRTMatrixVec3DotProduct
(vShift[j], v) > 0))
1000
if(
PVRTMatrixVec3DotProduct
(c_pvRect[j], v) < 0)
1013
if((j != w0) & (j != w1) && (
PVRTMatrixVec3DotProduct
(vShift[j], v) > 0))
[
all
...]
Completed in 177 milliseconds