Home
last modified time | relevance | path

Searched defs:context (Results 526 - 550 of 4512) sorted by relevance

1...<<21222324252627282930>>...181

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-temporal-gen.cc91 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
28 TemporalInstantFixedArrayFromIterable( TNode<Context> context, TNode<Object> iterable) TemporalInstantFixedArrayFromIterable() argument
[all...]
H A Dbuiltins-async-gen.h29 TNode<Object> Await(TNode<Context> context, in Await() argument
H A Dbuiltins-global-gen.cc14 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
63 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement-inl.h50 V8_INLINE void NativeContextStats::IncrementSize(Address context, Map map, in IncrementSize() argument
/third_party/node/deps/v8/src/execution/
H A Dembedder-state.cc14 EmbedderState::EmbedderState(v8::Isolate* isolate, Local<v8::Context> context, in EmbedderState() argument
/third_party/node/deps/v8/src/interpreter/
H A Dhandler-table-builder.h54 Register context; // Register holding context for handler. member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c65 LLVMContextRef context = gallivm->context; in lp_build_assert() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_index_modify.c29 void util_shorten_ubyte_elts_to_userptr(struct pipe_context *context, in util_shorten_ubyte_elts_to_userptr() argument
64 void util_rebuild_ushort_elts_to_userptr(struct pipe_context *context, in util_rebuild_ushort_elts_to_userptr() argument
98 void util_rebuild_uint_elts_to_userptr(struct pipe_context *context, in util_rebuild_uint_elts_to_userptr() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc.c31 void vlVaHandlePictureParameterBufferHEVC(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in vlVaHandlePictureParameterBufferHEVC() argument
182 vlVaHandleIQMatrixBufferHEVC(vlVaContext *context, vlVaBuffer *buf) vlVaHandleIQMatrixBufferHEVC() argument
213 vlVaHandleSliceParameterBufferHEVC(vlVaContext *context, vlVaBuffer *buf) vlVaHandleSliceParameterBufferHEVC() argument
[all...]
H A Dpicture_h264.c61 void vlVaHandlePictureParameterBufferH264(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in vlVaHandlePictureParameterBufferH264() argument
179 vlVaHandleIQMatrixBufferH264(vlVaContext *context, vlVaBuffer *buf) vlVaHandleIQMatrixBufferH264() argument
188 vlVaHandleSliceParameterBufferH264(vlVaContext *context, vlVaBuffer *buf) vlVaHandleSliceParameterBufferH264() argument
[all...]
H A Dpicture_mjpeg.c30 void vlVaHandlePictureParameterBufferMJPEG(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in vlVaHandlePictureParameterBufferMJPEG() argument
59 vlVaHandleIQMatrixBufferMJPEG(vlVaContext *context, vlVaBuffer *buf) vlVaHandleIQMatrixBufferMJPEG() argument
69 vlVaHandleHuffmanTableBufferType(vlVaContext *context, vlVaBuffer *buf) vlVaHandleHuffmanTableBufferType() argument
91 vlVaHandleSliceParameterBufferMJPEG(vlVaContext *context, vlVaBuffer *buf) vlVaHandleSliceParameterBufferMJPEG() argument
118 vlVaGetJpegSliceHeader(vlVaContext *context) vlVaGetJpegSliceHeader() argument
[all...]
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DCertificate.pm172 sub context subroutine
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawOutputLocationTests.cpp40 void checkSupport (Context& context, std::string testName) in checkSupport() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.cpp57 void requireFeatures (Context& context, const FeatureFlags flags) in requireFeatures() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawOutputLocationTests.cpp40 void checkSupport (Context& context, std::string testName) in checkSupport() argument
H A DvktDrawShaderInvocationTests.cpp40 void checkHelperInvocationTestSupport(Context& context, std::string testName) in checkHelperInvocationTestSupport() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLBuffer.cpp24 Buffer::Buffer(Context &context, in Buffer() argument
H A Dentry_points_utils.h101 inline int CID(const Context *context) in CID() argument
109 inline int CID(EGLDisplay display, EGLContext context) in CID() argument
H A DLoggingAnnotator.cpp21 void LoggingAnnotator::beginEvent(gl::Context *context, in beginEvent() argument
29 void LoggingAnnotator::endEvent(gl::Context *context, const char *eventName, EntryPoint entryPoint) in endEvent() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DOverlayImpl.h34 virtual void onDestroy(const gl::Context *context) {} in onDestroy() argument
42 inline angle::Result OverlayImpl::init(const gl::Context *context, bool *successOut) in init() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DImageD3D.cpp26 angle::Result ImageD3D::setManagedSurface2D(const gl::Context *context, in setManagedSurface2D() argument
33 angle::Result ImageD3D::setManagedSurfaceCube(const gl::Context *context, in setManagedSurfaceCube() argument
41 angle::Result ImageD3D::setManagedSurface3D(const gl::Context *context, in setManagedSurface3D() argument
48 angle::Result ImageD3D::setManagedSurface2DArray(const gl::Context *context, in setManagedSurface2DArray() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DRendererWGL.cpp14 RendererWGL(std::unique_ptr<FunctionsGL> functionsGL, const egl::AttributeMap &attribMap, DisplayWGL *display, HGLRC context, HGLRC sharedContext, const std::vector<int> workerContextAttribs) RendererWGL() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexArray9.h39 inline angle::Result VertexArray9::syncState(const gl::Context *context, in syncState() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DContextEGL.cpp24 angle::Result ContextEGL::onMakeCurrent(const gl::Context *context) in onMakeCurrent() argument
45 angle::Result ContextEGL::onUnMakeCurrent(const gl::Context *context) in onUnMakeCurrent() argument
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DReceiver.java45 public void onReceive(Context context, Intent intent) in onReceive() argument
74 private String loadRules(Context context) in loadRules() argument
147 static void updateAllUseAngle(Context context) in updateAllUseAngle() argument
158 updateShowAngleInUseDialogBox(Context context) updateShowAngleInUseDialogBox() argument
173 updateDeveloperOptionsWatcher(Context context) updateDeveloperOptionsWatcher() argument
[all...]

Completed in 7 milliseconds

1...<<21222324252627282930>>...181