OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertPathsLoaded
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/gpu/
GrPathRange.cpp
42
void GrPathRange::
assertPathsLoaded
(const void* indices, PathIndexType indexType, int count) const {
45
return this->
assertPathsLoaded
(reinterpret_cast<const uint8_t*>(indices), count);
47
return this->
assertPathsLoaded
(reinterpret_cast<const uint16_t*>(indices), count);
49
return this->
assertPathsLoaded
(reinterpret_cast<const uint32_t*>(indices), count);
GrPathRange.h
113
void
assertPathsLoaded
(const void* indices, PathIndexType, int count) const;
115
template<typename IndexType> void
assertPathsLoaded
(const IndexType* indices, int count) const {
GrPathRendering.h
183
pathRange->
assertPathsLoaded
(indices, indexType, count);
Completed in 128 milliseconds