Home
last modified time | relevance | path

Searched refs:PVRTGetBitsPerPixel (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTexture.cpp202 PVRTuint32 PVRTGetBitsPerPixel(PVRTuint64 u64PixelFormat) in PVRTGetBitsPerPixel() function
372 …uiDataSize+=(PVRTuint64)PVRTGetBitsPerPixel(sTextureHeader.u64PixelFormat)*(PVRTuint64)uiWidth*(PV… in PVRTGetTextureDataSize()
391 uiDataSize=PVRTGetBitsPerPixel(sTextureHeader.u64PixelFormat)*uiWidth*uiHeight*uiDepth; in PVRTGetTextureDataSize()
DPVRTTexture.h614 PVRTuint32 PVRTGetBitsPerPixel(PVRTuint64 u64PixelFormat);
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.cpp284 nBPP = PVRTGetBitsPerPixel(pIn->u64PixelFormat); in PVRTTextureTile()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp687 nBPP = PVRTGetBitsPerPixel(pIn->u64PixelFormat); in PVRTTextureTile()