Home
last modified time | relevance | path

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

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } in getContext() function
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } in getContext() function
156 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLEvent.h80 inline Context &Event::getContext() in getContext() function
85 inline const Context &Event::getContext() const in getContext() function
DCLCommandQueue.h293 inline Context &CommandQueue::getContext() in getContext() function
298 inline const Context &CommandQueue::getContext() const in getContext() function
DCLProgram.h110 inline Context &Program::getContext() in getContext() function
115 inline const Context &Program::getContext() const in getContext() function
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTestPackage.hpp48 Context& getContext(void) in getContext() function in deqp::PackageContext
81 Context& getContext(void) in getContext() function in deqp::TestPackage
/third_party/jsframework/runtime/main/page/
DOffscreenCanvas.ts17 …public getContext(contextId: '2d', options?: CanvasRenderingContext2DSettings): OffscreenCanvasRen… method in OffscreenCanvas
50getContext: (contextId: '2d', options?: CanvasRenderingContext2DSettings)=>OffscreenCanvasRenderin… property
/third_party/skia/src/gpu/
DGrGpuResource.cpp129 const GrDirectContext* GrGpuResource::getContext() const { in getContext() function in GrGpuResource
137 GrDirectContext* GrGpuResource::getContext() { in getContext() function in GrGpuResource
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DContextWGL.cpp19 HGLRC ContextWGL::getContext() const in getContext() function in rx::ContextWGL
DRendererWGL.cpp37 HGLRC RendererWGL::getContext() const in getContext() function in rx::RendererWGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DContextWGL.cpp20 HGLRC ContextWGL::getContext() const in getContext() function in rx::ContextWGL
DRendererWGL.cpp37 HGLRC RendererWGL::getContext() const in getContext() function in rx::RendererWGL
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DContextEGL.cpp19 EGLContext ContextEGL::getContext() const in getContext() function in rx::ContextEGL
DRendererEGL.cpp31 EGLContext RendererEGL::getContext() const in getContext() function in rx::RendererEGL
/third_party/flutter/skia/src/gpu/
DGrGpuResource.cpp120 const GrContext* GrGpuResource::getContext() const { in getContext() function in GrGpuResource
128 GrContext* GrGpuResource::getContext() { in getContext() function in GrGpuResource
DGrSurfaceContextPriv.h18 GrRecordingContext* getContext() { return fSurfaceContext->fContext; } in getContext() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiClassifier.java75 public Object getContext() { in getContext() method in BidiClassifier
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiClassifier.java78 public Object getContext() { in getContext() method in BidiClassifier
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/org/freedesktop/gstreamer/androidmedia/
DGstAmcOnFrameAvailableListener.java34 public synchronized long getContext () { in getContext() method in GstAmcOnFrameAvailableListener
/third_party/vk-gl-cts/modules/gles3/
Dtgl45es3TestPackage.hpp54 Context* getContext (void) { return m_context; } in getContext() function in deqp::gles3::TestPackageGL45ES3
Dtes3TestPackage.hpp54 Context* getContext (void) { return m_context; } in getContext() function in deqp::gles3::TestPackage
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DRendererEGL.cpp36 EGLContext RendererEGL::getContext() const in getContext() function in rx::RendererEGL
/third_party/vk-gl-cts/modules/gles2/
Dtes2TestPackage.hpp54 Context* getContext (void) { return m_context; } in getContext() function in deqp::gles2::TestPackage
/third_party/vk-gl-cts/modules/gles31/
Dtes31TestPackage.hpp54 Context* getContext (void) { return m_context; } in getContext() function in deqp::gles31::TestPackage
Dtgl45TestPackage.hpp54 Context* getContext (void) { return m_context; } in getContext() function in deqp::gles31::TestPackageGL45
Dtgl45es31TestPackage.hpp54 Context* getContext (void) { return m_context; } in getContext() function in deqp::gles31::TestPackageGL45ES31

123456