Searched refs:pBasePitch (Results 1 – 2 of 2) sorted by relevance
1136 UINT_32* pBasePitch, ///< [in,out] base pitch in AdjustSurfaceInfo() argument1148 ADDR_ASSERT(pWidth != NULL && pHeight != NULL && pBasePitch != NULL); in AdjustSurfaceInfo()1199 if (pWidth && pHeight && pBasePitch) in AdjustSurfaceInfo()1201 basePitch = *pBasePitch; in AdjustSurfaceInfo()1244 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
227 UINT_32* pBpp, UINT_32* pBasePitch, UINT_32* pWidth, UINT_32* pHeight);