OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCounts
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrTypesPriv.h
37
static const int
kCounts
[] = { -1, 1, 2, 3, 4, -1, -1, -1 };
38
return
kCounts
[type];
48
GR_STATIC_ASSERT(GR_ARRAY_COUNT(
kCounts
) == kGrSLTypeCount);
82
static const int
kCounts
[] = { 1, 2, 3, 4, 4 };
83
return
kCounts
[type];
90
GR_STATIC_ASSERT(GR_ARRAY_COUNT(
kCounts
) == kGrVertexAttribTypeCount);
/external/skia/include/gpu/
GrTypesPriv.h
37
static const int
kCounts
[] = { -1, 1, 2, 3, 4, -1, -1, -1 };
38
return
kCounts
[type];
48
GR_STATIC_ASSERT(GR_ARRAY_COUNT(
kCounts
) == kGrSLTypeCount);
82
static const int
kCounts
[] = { 1, 2, 3, 4, 4 };
83
return
kCounts
[type];
90
GR_STATIC_ASSERT(GR_ARRAY_COUNT(
kCounts
) == kGrVertexAttribTypeCount);
Completed in 428 milliseconds