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

  /external/skia/src/gpu/gl/
GrGLPathRendering.cpp 74 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
265 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
277 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
288 void GrGLPathRendering::deletePaths(GrGLuint path, GrGLsizei range) {
289 GL_CALL(DeletePaths(path, range));
GrGLPathRendering.h 64 GrGLvoid deletePaths(GrGLuint path, GrGLsizei range);
GrGLPathRange.cpp 106 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID,
GrGLPath.cpp 328 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1);
  /external/clang/include/clang/Sema/
Lookup.h 190 if (Paths) deletePaths(Paths);
421 deletePaths(Paths);
441 deletePaths(Paths);
498 if (Paths) deletePaths(Paths);
658 static void deletePaths(CXXBasePaths *);
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 
  /external/clang/lib/Sema/
SemaLookup.cpp 339 void LookupResult::deletePaths(CXXBasePaths *Paths) {
    [all...]

Completed in 111 milliseconds