Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dglx_stuff.cc64 DeleteContext(context_); in Cleanup()
100 void GLXInterface::DeleteContext(const GLContext& context) { in DeleteContext() function in GLXInterface
Degl_stuff.cc40 DeleteContext(context_); in Cleanup()
118 void EGLInterface::DeleteContext(const GLContext& context) { in DeleteContext() function in EGLInterface
Dglx_stuff.h28 virtual void DeleteContext(const GLContext& context);
Dglinterface.h59 virtual void DeleteContext(const GLContext& context) = 0;
Degl_stuff.h32 virtual void DeleteContext(const GLContext& context);
Dwaffle_stuff.h28 virtual void DeleteContext(const GLContext& context);
Dcontexttest.cc50 interface->DeleteContext(new_context); in TestFunc()
Dwaffle_stuff.cc188 void WaffleInterface::DeleteContext(const GLContext& context) { in DeleteContext() function in WaffleInterface
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramStateTrait.h92 static void DeleteContext(void *Ctx) {
144 static void DeleteContext(void *Ctx) {
183 static void DeleteContext(void *Ctx) {
DProgramState.h612 void (*DeleteContext)(void*));
618 ProgramStateTrait<T>::DeleteContext); in get_context()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp473 void (*DeleteContext)(void*)) { in FindGDMContext()
478 p.second = DeleteContext; in FindGDMContext()