Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.h78 GLuint ComputeBlockSize(D3DFORMAT format, GLuint width, GLuint height);
Drenderer9_utils.cpp800 GLuint ComputeBlockSize(D3DFORMAT format, GLuint width, GLuint height) in ComputeBlockSize() function
DImage9.cpp139 unsigned int bytes = d3d9::ComputeBlockSize(desc.Format, desc.Width, d3dFormatInfo.blockHeight); in CopyLockableSurfaces()