Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTString.h856 CPVRTString PVRTStringGetFileExtension(const CPVRTString& strFilePath);
DPVRTString.cpp1802 CPVRTString PVRTStringGetFileExtension(const CPVRTString& strFilePath) in PVRTStringGetFileExtension() function
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp170 CPVRTString sFileExtension = PVRTStringGetFileExtension(sTextureName); in LoadTextures()