Searched refs:deletePaths (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.cpp | 63 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
|
D | GrGLPathRendering.h | 64 GrGLvoid deletePaths(GrGLuint path, GrGLsizei range);
|
D | GrGLPath.cpp | 334 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1); in onRelease()
|
D | GrGLTestInterface.cpp | 191 fFunctions.fDeletePaths = bind_to_member(this, &GrGLTestInterface::deletePaths); in GrGLTestInterface()
|
D | GrGLTestInterface.h | 193 virtual GrGLvoid deletePaths(GrGLuint path, GrGLsizei range) {} in deletePaths() function
|
/external/skqp/src/gpu/gl/ |
D | GrGLPathRendering.cpp | 63 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
|
D | GrGLPathRendering.h | 64 GrGLvoid deletePaths(GrGLuint path, GrGLsizei range);
|
D | GrGLPath.cpp | 334 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1); in onRelease()
|
D | GrGLTestInterface.cpp | 192 fFunctions.fDeletePaths = bind_to_member(this, &GrGLTestInterface::deletePaths); in GrGLTestInterface()
|
D | GrGLTestInterface.h | 193 virtual GrGLvoid deletePaths(GrGLuint path, GrGLsizei range) {} in deletePaths() function
|
/external/clang/include/clang/Sema/ |
D | Lookup.h | 233 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/ |
D | SemaLookup.cpp | 342 void LookupResult::deletePaths(CXXBasePaths *Paths) { in deletePaths() function in LookupResult
|