HomeSort by relevance Sort by last modified time
    Searched refs:assertPathsLoaded (Results 1 - 6 of 6) 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.cpp 132 pathRange->assertPathsLoaded(indices, indexType, 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);
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.cpp 142 pathRange->assertPathsLoaded(indices, indexType, count);

Completed in 128 milliseconds