Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMisc.cpp98 const PVRTVECTOR3 * const pFrom, in PVRTMiscCalculateInfinitePlane() argument
112 VERTTYPEMUL((pFrom->x + VERTTYPEMUL(pvPlane->x, pvPlane->w)), pvPlane->x) + in PVRTMiscCalculateInfinitePlane()
113 VERTTYPEMUL((pFrom->y + VERTTYPEMUL(pvPlane->y, pvPlane->w)), pvPlane->y) + in PVRTMiscCalculateInfinitePlane()
114 VERTTYPEMUL((pFrom->z + VERTTYPEMUL(pvPlane->z, pvPlane->w)), pvPlane->z); in PVRTMiscCalculateInfinitePlane()
201 PVRTMiscCalculateIntersectionLinePlane(pvPolyPtr, &pvPlane->x, pFrom, &pvWorld[nVert]); in PVRTMiscCalculateInfinitePlane()
DPVRTMisc.h54 const PVRTVECTOR3 * const pFrom,
/external/webrtc/webrtc/base/
Ddiskcache_win32.cc67 file_op.pFrom = path16.c_str(); in PurgeFiles()
/external/sqlite/dist/orig/
Dsqlite3.c15880 Table *pFrom; /* Table containing the REFERENCES clause (aka: Child) */ member
23703 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit() local
23708 pFrom = multiThreadedCheckMutex(); in sqlite3MutexInit()
23710 pFrom = sqlite3DefaultMutex(); in sqlite3MutexInit()
23713 pFrom = sqlite3NoopMutex(); in sqlite3MutexInit()
23715 pTo->xMutexInit = pFrom->xMutexInit; in sqlite3MutexInit()
23716 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()
23717 pTo->xMutexFree = pFrom->xMutexFree; in sqlite3MutexInit()
23718 pTo->xMutexEnter = pFrom->xMutexEnter; in sqlite3MutexInit()
23719 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()
[all …]
/external/sqlite/dist/
Dsqlite3.c15880 Table *pFrom; /* Table containing the REFERENCES clause (aka: Child) */ member
23703 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit() local
23708 pFrom = multiThreadedCheckMutex(); in sqlite3MutexInit()
23710 pFrom = sqlite3DefaultMutex(); in sqlite3MutexInit()
23713 pFrom = sqlite3NoopMutex(); in sqlite3MutexInit()
23715 pTo->xMutexInit = pFrom->xMutexInit; in sqlite3MutexInit()
23716 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()
23717 pTo->xMutexFree = pFrom->xMutexFree; in sqlite3MutexInit()
23718 pTo->xMutexEnter = pFrom->xMutexEnter; in sqlite3MutexInit()
23719 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc1195 shfos.pFrom = Path16.data();