OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexRangeKey
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
IndexRangeCache.h
62
struct
IndexRangeKey
{
63
IndexRangeKey
() :
68
IndexRangeKey
(GLenum _type,
77
bool operator<(const
IndexRangeKey
& rhs) const {
100
typedef std::map<
IndexRangeKey
, IndexRange> IndexRangeMap;
IndexRangeCache.cpp
31
mIndexRangeCache[
IndexRangeKey
(type, offset, count, primitiveRestartEnabled)] = r;
42
IndexRangeKey
(type, offset, count, primitiveRestartEnabled));
62
IndexRangeKey
(GL_UNSIGNED_BYTE,
Completed in 180 milliseconds