Home
last modified time | relevance | path

Searched defs:addContext (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLContextGroup.cpp56 void WebGLContextGroup::addContext(WebGLRenderingContextBase* context) in addContext() function in blink::WebGLContextGroup
/external/dexmaker/src/dx/java/com/android/dx/util/
DExceptionWithContext.java110 public void addContext(String str) { in addContext() method in ExceptionWithContext
/external/smali/util/src/main/java/org/jf/util/
DExceptionWithContext.java125 public void addContext(String str) { in addContext() method in ExceptionWithContext
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1202 void EdgeBuilder::addContext(const Stmt *S) { in addContext() function in EdgeBuilder
1210 void EdgeBuilder::addContext(const PathDiagnosticLocation &L) { in addContext() function in EdgeBuilder
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp554 void addContext (SharedPtr<GLES2Context> context) { m_contexts.push_back(context); } in addContext() function in deqp::egl::GLES2ThreadTest::EGLResourceManager