Home
last modified time | relevance | path

Searched refs:ComputeTypedIndexRange (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.cpp28 gl::IndexRange ComputeTypedIndexRange(const IndexType *indices, in ComputeTypedIndexRange() function
700 return ComputeTypedIndexRange(static_cast<const GLubyte *>(indices), count, in ComputeIndexRange()
704 return ComputeTypedIndexRange(static_cast<const GLushort *>(indices), count, in ComputeIndexRange()
708 return ComputeTypedIndexRange(static_cast<const GLuint *>(indices), count, in ComputeIndexRange()