Home
last modified time | relevance | path

Searched defs:minIndex (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DIndexDataManager.h26 UINT minIndex; member
90 UINT minIndex; member
DIndexDataManager.cpp70 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) in computeRange()
82 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxInd… in computeRange()
360 UINT StaticIndexBuffer::lookupRange(intptr_t offset, GLsizei count, UINT *minIndex, UINT *maxIndex) in lookupRange()
376 void StaticIndexBuffer::addRange(intptr_t offset, GLsizei count, UINT minIndex, UINT maxIndex, UINT… in addRange()
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h86 unsigned minIndex() const { in minIndex() function
/external/icu4c/test/letest/
Dcletest.c696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; in GlyphToCharTest() local
Dletest.cpp926 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; in GlyphToCharTest() local
/external/jdiff/src/jdiff/
DRootDocToXML.java1057 public static int minIndex(int i, int j) { in minIndex() method in RootDocToXML