OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexRange
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
IndexRangeCache.h
31
struct
IndexRange
37
IndexRange
();
38
IndexRange
(GLenum type, intptr_t offset, GLsizei count);
40
bool operator<(const
IndexRange
& rhs) const;
53
typedef std::map<
IndexRange
, IndexBounds> IndexRangeMap;
IndexRangeCache.cpp
22
mIndexRangeCache[
IndexRange
(type, offset, count)] = IndexBounds(minIdx, maxIdx, streamOffset);
50
IndexRangeMap::const_iterator i = mIndexRangeCache.find(
IndexRange
(type, offset, count));
72
IndexRangeCache::
IndexRange
::
IndexRange
()
77
IndexRangeCache::
IndexRange
::
IndexRange
(GLenum typ, intptr_t off, GLsizei c)
82
bool IndexRangeCache::
IndexRange
::operator<(const
IndexRange
& rhs) const
Completed in 184 milliseconds