HomeSort by relevance Sort by last modified time
    Searched refs:offsetToLast (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuTextureUtil.cpp 179 const int offsetToLast = rowPitch*(access.getHeight()-1);
182 -rowPitch, access.getSlicePitch(), (deUint8*)access.getDataPtr() + offsetToLast);
193 const int offsetToLast = rowPitch*(access.getHeight()-1);
196 -rowPitch, access.getSlicePitch(), (const deUint8*)access.getDataPtr() + offsetToLast);
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java     [all...]
AbsListView.java     [all...]

Completed in 305 milliseconds