Searched refs:DeleteContext (Results 1 - 11 of 11) sorted by relevance

/external/autotest/client/deps/glbench/src/
H A Dglx_stuff.h29 virtual void DeleteContext(const GLContext& context);
H A Dcontexttest.cc53 interface->DeleteContext(new_context);
H A Degl_stuff.h32 virtual void DeleteContext(const GLContext& context);
H A Dglinterface.h59 virtual void DeleteContext(const GLContext& context) = 0;
H A Dwaffle_stuff.h31 virtual void DeleteContext(const GLContext& context);
H A Dglx_stuff.cc65 DeleteContext(context_);
103 void GLXInterface::DeleteContext(const GLContext& context) { function in class:GLXInterface
H A Degl_stuff.cc40 DeleteContext(context_);
122 void EGLInterface::DeleteContext(const GLContext& context) { function in class:EGLInterface
H A Dwaffle_stuff.cc194 void WaffleInterface::DeleteContext(const GLContext& context) { function in class:WaffleInterface
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h92 static void DeleteContext(void *Ctx) { function in struct:clang::ento::ProgramStatePartialTrait
144 static void DeleteContext(void *Ctx) { function in struct:clang::ento::ProgramStatePartialTrait
183 static void DeleteContext(void *Ctx) { function in struct:clang::ento::ProgramStatePartialTrait
H A DProgramState.h612 void (*DeleteContext)(void*));
618 ProgramStateTrait<T>::DeleteContext);
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp473 void (*DeleteContext)(void*)) {
478 p.second = DeleteContext;
471 FindGDMContext(void *K, void *(*CreateContext)(llvm::BumpPtrAllocator&), void (*DeleteContext)(void*)) argument

Completed in 256 milliseconds