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

  /external/skia/src/gpu/gl/
GrGLPathRange.cpp 54 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID,
GrGLPathRendering.h 68 GrGLvoid deletePaths(GrGLuint path, GrGLsizei range);
GrGLPathRendering.cpp 143 this->deletePaths(basePathID, numPaths);
306 void GrGLPathRendering::deletePaths(GrGLuint path, GrGLsizei range) {
313 GL_CALL(DeletePaths(path, range));
322 GL_CALL(DeletePaths(path, 1));
GrGLPath.cpp 199 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1);
  /external/clang/include/clang/Sema/
Lookup.h 190 if (Paths) deletePaths(Paths);
420 deletePaths(Paths);
440 deletePaths(Paths);
497 if (Paths) deletePaths(Paths);
653 static void deletePaths(CXXBasePaths *);
  /external/clang/lib/Sema/
SemaLookup.cpp 335 void LookupResult::deletePaths(CXXBasePaths *Paths) {
    [all...]

Completed in 442 milliseconds