Home
last modified time | relevance | path

Searched defs:getContext (Results 1 – 25 of 109) sorted by relevance

12345

/external/skia/src/gpu/
DGrGpuObject.cpp46 const GrContext* GrGpuObject::getContext() const { in getContext() function in GrGpuObject
54 GrContext* GrGpuObject::getContext() { in getContext() function in GrGpuObject
DGrClipMaskManager.h71 GrContext* getContext() { in getContext() function
DGrGpu.h54 GrContext* getContext() { return this->INHERITED::getContext(); } in getContext() function
55 const GrContext* getContext() const { return this->INHERITED::getContext(); } in getContext() function
/external/chromium_org/third_party/skia/src/gpu/
DGrGpuResource.cpp68 const GrContext* GrGpuResource::getContext() const { in getContext() function in GrGpuResource
76 GrContext* GrGpuResource::getContext() { in getContext() function in GrGpuResource
DGrClipMaskManager.h75 GrContext* getContext() { in getContext() function
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContentProvider.java14 public final Context getContext() { in getContext() method in ShadowContentProvider
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLCipherContext.java39 long getContext() { in getContext() method in OpenSSLCipherContext
DOpenSSLBIOSink.java54 public long getContext() { in getContext() method in OpenSSLBIOSink
DOpenSSLECPointContext.java70 public long getContext() { in getContext() method in OpenSSLECPointContext
/external/llvm/include/llvm/IR/
DDebugInfo.h305 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(2); } in getContext() function
460 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(2); } in getContext() function
538 DIScope getContext() const { return getFieldAs<DIScope>(2); } in getContext() function
550 DIScope getContext() const { in getContext() function
568 DIScope getContext() const { return getFieldAs<DIScope>(2); } in getContext() function
588 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(1); } in getContext() function
606 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(1); } in getContext() function
627 DIScope getContext() const { return getFieldAs<DIScope>(2); } in getContext() function
660 DIScope getContext() const { return getFieldAs<DIScope>(1); } in getContext() function
800 DIScope getContext() const { return getFieldAs<DIScope>(1); } in getContext() function
/external/deqp/modules/gles3/
Dtes3TestPackage.hpp43 Context& getContext (void) { return *m_context; } in getContext() function in deqp::gles3::PackageContext
/external/deqp/modules/gles31/
Dtes31TestPackage.hpp43 Context& getContext (void) { return *m_context; } in getContext() function in deqp::gles31::PackageContext
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
DContextTrackingChecker.java22 protected ValidatorContext getContext() { in getContext() method in ContextTrackingChecker
DContextTrackingState.java31 ValidatorContext getContext() { in getContext() method in ContextTrackingState
/external/llvm/include/llvm/MC/
DMCDisassembler.h106 MCContext& getContext() const { return Ctx; } in getContext() function
/external/deqp/modules/gles2/
Dtes2TestPackage.hpp43 Context& getContext (void) { return *m_context; } in getContext() function in deqp::gles2::PackageContext
/external/chromium_org/third_party/skia/experimental/SkV8Example/
DGlobal.h43 Local<Context> getContext() { in getContext() function
/external/skia/experimental/SkV8Example/
DGlobal.h43 Local<Context> getContext() { in getContext() function
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
DJSSETestData.java72 public static SSLContext getContext() throws Exception { in getContext() method in JSSETestData
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
DInstrumentationUiDevice.java47 protected DroidDriverContext<View, ViewElement> getContext() { in getContext() method in InstrumentationUiDevice
/external/droiddriver/src/com/google/android/droiddriver/base/
DBaseUiDevice.java112 protected abstract DroidDriverContext<?, ?> getContext(); in getContext() method in BaseUiDevice
/external/chromium_org/third_party/angle/util/
DEGLWindow.cpp64 EGLContext EGLWindow::getContext() const in getContext() function in EGLWindow
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h54 MCContext &getContext() { return getParser().getContext(); } in getContext() function
/external/dexmaker/src/dx/java/com/android/dx/util/
DExceptionWithContext.java126 public String getContext() { in getContext() method in ExceptionWithContext
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h121 ASTContext &getContext() { return Context; } in getContext() function
122 const ASTContext &getContext() const { return Context; } in getContext() function

12345