Home
last modified time | relevance | path

Searched refs:deletePaths (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp63 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount); in ~GrGLPathRendering()
69 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount); in disconnect()
221 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount); in genPaths()
233 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount); in genPaths()
244 void GrGLPathRendering::deletePaths(GrGLuint path, GrGLsizei range) { in deletePaths() function in GrGLPathRendering
DGrGLPathRendering.h64 GrGLvoid deletePaths(GrGLuint path, GrGLsizei range);
DGrGLPath.cpp334 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1); in onRelease()
DGrGLTestInterface.cpp191 fFunctions.fDeletePaths = bind_to_member(this, &GrGLTestInterface::deletePaths); in GrGLTestInterface()
DGrGLTestInterface.h193 virtual GrGLvoid deletePaths(GrGLuint path, GrGLsizei range) {} in deletePaths() function
/external/skqp/src/gpu/gl/
DGrGLPathRendering.cpp63 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount); in ~GrGLPathRendering()
69 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount); in disconnect()
221 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount); in genPaths()
233 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount); in genPaths()
244 void GrGLPathRendering::deletePaths(GrGLuint path, GrGLsizei range) { in deletePaths() function in GrGLPathRendering
DGrGLPathRendering.h64 GrGLvoid deletePaths(GrGLuint path, GrGLsizei range);
DGrGLPath.cpp334 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1); in onRelease()
DGrGLTestInterface.cpp192 fFunctions.fDeletePaths = bind_to_member(this, &GrGLTestInterface::deletePaths); in GrGLTestInterface()
DGrGLTestInterface.h193 virtual GrGLvoid deletePaths(GrGLuint path, GrGLsizei range) {} in deletePaths() function
/external/clang/include/clang/Sema/
DLookup.h233 if (Paths) deletePaths(Paths); in ~LookupResult()
464 deletePaths(Paths); in resolveKindAfterFilter()
484 deletePaths(Paths); in resolveKindAfterFilter()
541 if (Paths) deletePaths(Paths); in clear()
702 static void deletePaths(CXXBasePaths *);
/external/clang/lib/Sema/
DSemaLookup.cpp342 void LookupResult::deletePaths(CXXBasePaths *Paths) { in deletePaths() function in LookupResult