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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTexture.h 608 @fn PVRTGetBitsPerPixel
614 PVRTuint32 PVRTGetBitsPerPixel(PVRTuint64 u64PixelFormat);
PVRTTexture.cpp 196 @Function PVRTGetBitsPerPixel
202 PVRTuint32 PVRTGetBitsPerPixel(PVRTuint64 u64PixelFormat)
372 uiDataSize+=(PVRTuint64)PVRTGetBitsPerPixel(sTextureHeader.u64PixelFormat)*(PVRTuint64)uiWidth*(PVRTuint64)uiHeight*(PVRTuint64)uiDepth;
391 uiDataSize=PVRTGetBitsPerPixel(sTextureHeader.u64PixelFormat)*uiWidth*uiHeight*uiDepth;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTTextureAPI.cpp 284 nBPP = PVRTGetBitsPerPixel(pIn->u64PixelFormat);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
PVRTTextureAPI.cpp 687 nBPP = PVRTGetBitsPerPixel(pIn->u64PixelFormat);
    [all...]

Completed in 1783 milliseconds