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

  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr.h 151 pb_size minBufSize,
pb_bufmgr_slab.c 152 pb_size minBufSize;
495 bufSize = mgr->minBufSize;
536 pb_size minBufSize,
557 mgr->minBufSize = minBufSize;
561 bufSize = minBufSize;
571 bufSize = minBufSize;
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 552 const IVec2 minBufSize = getMinSize(m_fboSpec);
553 const int gridWidth = de::clamp(minBufSize.x()/minCellSize, 1, 255)+1;
554 const int gridHeight = de::clamp(minBufSize.y()/minCellSize, 1, 255)+1;
565 const int viewportW = minBufSize.x();
566 const int viewportH = minBufSize.y();
830 gl.readPixels(0, 0, minBufSize.x(), minBufSize.y(), transferFmt.format, transferFmt.dataType, dst);
    [all...]

Completed in 3188 milliseconds