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

  /external/skia/src/gpu/gl/
GrGLPathRendering.cpp 90 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
96 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
290 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
302 this->deletePaths(fFirstPreallocatedPathID, fPreallocatedPathCount);
313 void GrGLPathRendering::deletePaths(GrGLuint path, GrGLsizei range) {
314 GL_CALL(DeletePaths(path, range));
GrGLPathRendering.h 66 GrGLvoid deletePaths(GrGLuint path, GrGLsizei range);
GrGLPathRange.cpp 98 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID,
GrGLPath.cpp 334 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1);
GrGLTestInterface.cpp 186 fFunctions.fDeletePaths = bind_to_member(this, &GrGLTestInterface::deletePaths);
GrGLTestInterface.h 191 virtual GrGLvoid deletePaths(GrGLuint path, GrGLsizei range) {}
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 233 if (Paths) deletePaths(Paths);
464 deletePaths(Paths);
484 deletePaths(Paths);
541 if (Paths) deletePaths(Paths);
702 static void deletePaths(CXXBasePaths *);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Lookup.h 233 if (Paths) deletePaths(Paths);
464 deletePaths(Paths);
484 deletePaths(Paths);
541 if (Paths) deletePaths(Paths);
702 static void deletePaths(CXXBasePaths *);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Lookup.h 233 if (Paths) deletePaths(Paths);
464 deletePaths(Paths);
484 deletePaths(Paths);
541 if (Paths) deletePaths(Paths);
702 static void deletePaths(CXXBasePaths *);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Lookup.h 233 if (Paths) deletePaths(Paths);
464 deletePaths(Paths);
484 deletePaths(Paths);
541 if (Paths) deletePaths(Paths);
702 static void deletePaths(CXXBasePaths *);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Lookup.h 233 if (Paths) deletePaths(Paths);
464 deletePaths(Paths);
484 deletePaths(Paths);
541 if (Paths) deletePaths(Paths);
702 static void deletePaths(CXXBasePaths *);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Lookup.h 233 if (Paths) deletePaths(Paths);
464 deletePaths(Paths);
484 deletePaths(Paths);
541 if (Paths) deletePaths(Paths);
702 static void deletePaths(CXXBasePaths *);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Lookup.h 233 if (Paths) deletePaths(Paths);
464 deletePaths(Paths);
484 deletePaths(Paths);
541 if (Paths) deletePaths(Paths);
702 static void deletePaths(CXXBasePaths *);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Lookup.h 233 if (Paths) deletePaths(Paths);
464 deletePaths(Paths);
484 deletePaths(Paths);
541 if (Paths) deletePaths(Paths);
702 static void deletePaths(CXXBasePaths *);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Lookup.h 233 if (Paths) deletePaths(Paths);
464 deletePaths(Paths);
484 deletePaths(Paths);
541 if (Paths) deletePaths(Paths);
702 static void deletePaths(CXXBasePaths *);
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/lib/
robolectric-utils-3.1.1.jar 
  /external/clang/lib/Sema/
SemaLookup.cpp 342 void LookupResult::deletePaths(CXXBasePaths *Paths) {
    [all...]

Completed in 3153 milliseconds