Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_rgtc.c192 mesa_format tempFormat; in _mesa_texstore_rg_rgtc2() local
199 tempFormat = _mesa_little_endian() ? MESA_FORMAT_R8G8_UNORM in _mesa_texstore_rg_rgtc2()
202 tempFormat = _mesa_little_endian() ? MESA_FORMAT_L8A8_UNORM in _mesa_texstore_rg_rgtc2()
212 tempFormat, in _mesa_texstore_rg_rgtc2()
259 mesa_format tempFormat; in _mesa_texstore_signed_rg_rgtc2() local
266 tempFormat = MESA_FORMAT_RG_FLOAT32; in _mesa_texstore_signed_rg_rgtc2()
268 tempFormat = MESA_FORMAT_LA_FLOAT32; in _mesa_texstore_signed_rg_rgtc2()
277 tempFormat, in _mesa_texstore_signed_rg_rgtc2()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.cpp1086 PVRTuint64 tempFormat; in PVRTTextureLoadFromPVR() local
1091 …numToNewFormat( (PVRTPixelType)( sLegacyTextureHeader->dwpfFlags&0xff),tempFormat,tempColourSpace,… in PVRTTextureLoadFromPVR()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp1459 PVRTuint64 tempFormat; in PVRTTextureLoadFromPVR() local
1464 …numToNewFormat( (PVRTPixelType)( sLegacyTextureHeader->dwpfFlags&0xff),tempFormat,tempColourSpace,… in PVRTTextureLoadFromPVR()