Searched refs:IsCompressedFormat (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A Drenderer9_utils.h55 bool IsCompressedFormat(D3DFORMAT format);
H A Drenderer9_utils.cpp455 bool IsCompressedFormat(D3DFORMAT surfaceFormat) function in namespace:d3d9
H A DImage9.cpp129 int rows = d3d9::IsCompressedFormat(desc.Format) ? desc.Height / 4 : desc.Height;

Completed in 66 milliseconds