Searched refs:deletePaths (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLPathRange.cpp54 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID,
H A DGrGLPathRendering.h68 GrGLvoid deletePaths(GrGLuint path, GrGLsizei range);
H A DGrGLPathRendering.cpp143 this->deletePaths(basePathID, numPaths);
306 void GrGLPathRendering::deletePaths(GrGLuint path, GrGLsizei range) { function in class:GrGLPathRendering
H A DGrGLPath.cpp199 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1);
/external/clang/include/clang/Sema/
H A DLookup.h190 if (Paths) deletePaths(Paths);
420 deletePaths(Paths);
440 deletePaths(Paths);
497 if (Paths) deletePaths(Paths);
653 static void deletePaths(CXXBasePaths *);
/external/clang/lib/Sema/
H A DSemaLookup.cpp335 void LookupResult::deletePaths(CXXBasePaths *Paths) { function in class:LookupResult

Completed in 208 milliseconds