Searched refs:computeRange (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | IndexDataManager.cpp | 63 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) in computeRange() function 75 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxInd… in computeRange() function 79 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex); in computeRange() 83 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex); in computeRange() 113 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex); in prepareIndexData() 135 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex); in prepareIndexData()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | IndexDataManager.cpp | 196 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex, std:… in computeRange() function 213 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxInd… in computeRange() function 217 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex, restartIndices); in computeRange() 221 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex, restartIndices); in computeRange() 225 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex, restartIndices); in computeRange() 293 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex, restartIndices); in prepareIndexData()
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
D | Doc.java | 148 range = computeRange(); in range() 173 abstract Range<Integer> computeRange(); in computeRange() method in Doc 234 Range<Integer> computeRange() { in computeRange() method in Doc.Level 479 Range<Integer> computeRange() { in computeRange() method in Doc.Token 536 Range<Integer> computeRange() { in computeRange() method in Doc.Space 639 Range<Integer> computeRange() { in computeRange() method in Doc.Break 747 Range<Integer> computeRange() { in computeRange() method in Doc.Tok
|
/external/javapoet/ |
D | README.md | 104 private MethodSpec computeRange(String name, int from, int to, String op) { 116 And here's what we get when we call `computeRange("multiply10to20", 10, 20, "*")`: 194 private MethodSpec computeRange(String name, int from, int to, String op) {
|