Searched defs:Napi (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
H A D | Core.h | [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUComputePassEncoder.cpp | 33 setPipeline( Napi::Env, interop::Interface<interop::GPUComputePipeline> pipeline) setPipeline() argument 46 dispatchIndirect( Napi::Env, interop::Interface<interop::GPUBuffer> indirectBuffer, interop::GPUSize64 indirectOffset) dispatchIndirect() argument 53 beginPipelineStatisticsQuery( Napi::Env, interop::Interface<interop::GPUQuerySet> querySet, interop::GPUSize32 queryIndex) beginPipelineStatisticsQuery() argument [all...] |
H A D | GPUDevice.cpp | 204 importExternalTexture( Napi::Env, interop::GPUExternalTextureDescriptor descriptor) importExternalTexture() argument 510 addEventListener( Napi::Env, std::string type, std::optional<interop::Interface<interop::EventListener>> callback, std::optional<std::variant<interop::AddEventListenerOptions, bool>> options) addEventListener() argument 518 removeEventListener( Napi::Env, std::string type, std::optional<interop::Interface<interop::EventListener>> callback, std::optional<std::variant<interop::EventListenerOptions, bool>> options) removeEventListener() argument [all...] |
H A D | GPURenderPassEncoder.cpp | 74 beginPipelineStatisticsQuery( Napi::Env, interop::Interface<interop::GPUQuerySet> querySet, interop::GPUSize32 queryIndex) beginPipelineStatisticsQuery() argument [all...] |
Completed in 3 milliseconds