OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:assertPathsLoaded
(Results
1 - 2
of
2
) 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);
/external/skqp/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);
Completed in 269 milliseconds