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

  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 489 pb_size reqSize = size;
492 if(desc->alignment > reqSize)
493 reqSize = desc->alignment;
497 if(bufSize >= reqSize)
  /external/deqp/modules/egl/
teglResizeTests.cpp 321 IVec2 reqSize)
325 return reqSize; // assume we got the requested size
332 IVec2 reqSize,
335 const IVec2 nativeSize = getNativeSurfaceSize(nativeWindow, reqSize);
  /frameworks/av/media/libmedia/
AudioRecord.cpp     [all...]
AudioTrack.cpp     [all...]

Completed in 724 milliseconds