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

  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 450 const size_t minOffset = texture.getOffset();
451 const size_t offset = minOffset + (rng.getUint32() % (texture.getBufferSize() - (size + minOffset)));
473 const size_t minOffset = texture.getOffset();
474 const size_t offset = minOffset + (rng.getUint32() % (texture.getBufferSize() - (size + minOffset)));
507 const size_t minOffset = texture.getOffset();
508 const size_t offset = minOffset + (rng.getUint32() % (texture.getBufferSize() - (size + minOffset)));
    [all...]
glsUniformBlockCase.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
unisetspan.cpp 785 int32_t minOffset=offsets.popMinimum();
786 pos+=minOffset;
787 rest-=minOffset;
    [all...]
  /external/icu/icu4c/source/common/
unisetspan.cpp 785 int32_t minOffset=offsets.popMinimum();
786 pos+=minOffset;
787 rest-=minOffset;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]

Completed in 359 milliseconds