Home | History | Annotate | Download | only in graphics

Lines Matching refs:SourceType

901 template<typename SourceType, typename IntermediateType, typename DestType,
902 void unpackingFunc(const SourceType*, IntermediateType*),
904 static void doUnpackingAndPacking(const SourceType* sourceData,
914 const SourceType* endPointer = sourceData + numElements;
925 const SourceType* currentSource = sourceData;
937 template<typename SourceType>
944 unsigned int elementSizeInBytes = sizeof(SourceType);