Searched defs:check16BitType (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTModelPOD.cpp247 // check32BitType and check16BitType are structs where only the specialisations have a standard declaration (complete type)
255 template<class T> struct check16BitType;
256 template<> struct check16BitType<unsigned short> {}; struct
257 template<> struct check16BitType<short> {}; struct
343 check16BitType<T>();

Completed in 78 milliseconds