HomeSort by relevance Sort by last modified time
    Searched refs:deletePaths (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRange.cpp 58 static_cast<GrGpuGL*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID,
GrGLPathRendering.h 96 GrGLvoid deletePaths(GrGLuint path, GrGLsizei range);
GrGLPath.cpp 152 static_cast<GrGpuGL*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1);
GrGLPathRendering.cpp 144 this->deletePaths(basePathID, numPaths);
444 void GrGLPathRendering::deletePaths(GrGLuint path, GrGLsizei range) {
451 GL_CALL(DeletePaths(path, range));
460 GL_CALL(DeletePaths(path, 1));
  /external/clang/include/clang/Sema/
Lookup.h 190 if (Paths) deletePaths(Paths);
423 deletePaths(Paths);
436 deletePaths(Paths);
493 if (Paths) deletePaths(Paths);
649 static void deletePaths(CXXBasePaths *);
  /external/clang/lib/Sema/
SemaLookup.cpp 334 void LookupResult::deletePaths(CXXBasePaths *Paths) {
    [all...]

Completed in 165 milliseconds