Searched refs:pBasePitch (Results 1 – 2 of 2) sorted by relevance
1128 UINT_32* pBasePitch, ///< [in/out] base pitch in AdjustSurfaceInfo() argument1140 ADDR_ASSERT(pWidth != NULL && pHeight != NULL && pBasePitch != NULL); in AdjustSurfaceInfo()1185 if (pWidth && pHeight && pBasePitch) in AdjustSurfaceInfo()1187 basePitch = *pBasePitch; in AdjustSurfaceInfo()1230 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
221 UINT_32* pBpp, UINT_32* pBasePitch, UINT_32* pWidth, UINT_32* pHeight);