Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp251 template<class T> struct check32BitType;
252 template<> struct check32BitType<unsigned int> {}; struct
253 template<> struct check32BitType<int> {}; struct
254 template<> struct check32BitType<float> {}; struct
322 check32BitType<T>(); in ReadAfterAlloc32()
331 check32BitType<T>(); in ReadArray32()