Home
last modified time | relevance | path

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

12345

/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
DCLSampler.h56 inline const Context &Sampler::getContext() const in getContext() function
DCLMemory.h97 inline const Context &Memory::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/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiClassifier.java78 public Object getContext() { in getContext() method in BidiClassifier
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiClassifier.java75 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/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DRendererEGL.cpp36 EGLContext RendererEGL::getContext() const in getContext() function in rx::RendererEGL
DContextEGL.cpp57 EGLContext ContextEGL::getContext() const in getContext() function in rx::ContextEGL
/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
/third_party/vk-gl-cts/modules/gles3/
Dtes3TestPackage.hpp54 Context* getContext (void) { return m_context; } in getContext() function in deqp::gles3::TestPackage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h161 const MCContext &getContext() const { return Context; } in getContext() function
162 MCContext &getContext() { return Context; } in getContext() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h35 MCContext &getContext() const { return Streamer.getContext(); } in getContext() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTranslator.h49 GlobalContext *getContext() const { return Ctx; } in getContext() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCDisassembler/
DMCDisassembler.h117 MCContext& getContext() const { return Ctx; } in getContext() function
/third_party/skia/modules/canvaskit/htmlcanvas/
Dhtmlcanvas.js41 this.getContext = function(type) { method in HTMLCanvas

12345