Home
last modified time | relevance | path

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

/external/libevent/
Devent_rpcgen.py293 code = TranslateList(code, entry.GetTranslation())
406 def GetTranslation(self, extradict = {}): member in Entry
423 return '%(var)s->%(name)s_data' % self.GetTranslation({ 'var' : var })
448 code = code % self.GetTranslation()
472 code = code % self.GetTranslation()
495 code = code % self.GetTranslation()
567 self.GetTranslation({
632 code = '\n'.join(code) % self.GetTranslation({
716 }""" % self.GetTranslation()
726 code = '\n'.join(code) % self.GetTranslation({
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h486 void GetTranslation(
496 PVRTVec3 GetTranslation(
DPVRTModelPOD.cpp2389 void CPVRTModelPOD::GetTranslation( function in CPVRTModelPOD
2428 PVRTVec3 CPVRTModelPOD::GetTranslation(const SPODNode &node) const function in CPVRTModelPOD
2431 GetTranslation(vOut, node);