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

/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp89 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
95 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
289 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
301 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
312 void GrGLPathRendering::deletePaths(GrGLuint path, GrGLsizei range) { function in class:GrGLPathRendering
H A DGrGLPathRendering.h66 GrGLvoid deletePaths(GrGLuint path, GrGLsizei range);
H A DGrGLPathRange.cpp98 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID,
H A DGrGLPath.cpp334 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1);
H A DGrGLTestInterface.cpp186 fFunctions.fDeletePaths = bind_to_member(this, &GrGLTestInterface::deletePaths);
H A DGrGLTestInterface.h191 virtual GrGLvoid deletePaths(GrGLuint path, GrGLsizei range) {} function in class:GrGLTestInterface
/external/skqp/src/gpu/gl/
H A DGrGLPathRendering.cpp89 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
95 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
289 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
301 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
312 void GrGLPathRendering::deletePaths(GrGLuint path, GrGLsizei range) { function in class:GrGLPathRendering
H A DGrGLPathRendering.h66 GrGLvoid deletePaths(GrGLuint path, GrGLsizei range);
H A DGrGLPathRange.cpp98 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID,
H A DGrGLPath.cpp334 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1);
H A DGrGLTestInterface.cpp186 fFunctions.fDeletePaths = bind_to_member(this, &GrGLTestInterface::deletePaths);
H A DGrGLTestInterface.h191 virtual GrGLvoid deletePaths(GrGLuint path, GrGLsizei range) {} function in class:GrGLTestInterface
/external/clang/include/clang/Sema/
H A DLookup.h233 if (Paths) deletePaths(Paths);
464 deletePaths(Paths);
484 deletePaths(Paths);
541 if (Paths) deletePaths(Paths);
702 static void deletePaths(CXXBasePaths *);
/external/robolectric/v3/
H A Drobolectric-utils-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/internal/ org/ ...
/external/clang/lib/Sema/
H A DSemaLookup.cpp342 void LookupResult::deletePaths(CXXBasePaths *Paths) { function in class:LookupResult

Completed in 2486 milliseconds