HomeSort by relevance Sort by last modified time
    Searched refs:PVRTEX_MIPMAP (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTexture.h 524 const PVRTuint32 PVRTEX_MIPMAP = (1<<8); ///< Has mip map levels. DEPRECATED.
PVRTTexture.cpp 432 NewHeader.u32MIPMapCount=(LegacyHeader->dwpfFlags&PVRTEX_MIPMAP?LegacyHeader->dwMipMapCount+1:1); //Legacy headers have a MIP Map count of 0 if there is only the top level. New Headers have a count of 1.
    [all...]

Completed in 55 milliseconds