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