/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_wolfssl.c | 67 struct tls_context *context; member 102 struct tls_context *context = os_zalloc(sizeof(*context)); in tls_context_new() local 196 struct tls_context *context; in tls_init() local 261 struct tls_context *context = wolfSSL_CTX_get_ex_data(ssl_ctx, 0); tls_deinit() local 838 struct tls_context *context = conn->context; wolfssl_tls_fail_event() local 862 struct tls_context *context = conn->context; wolfssl_tls_cert_event() local 958 struct tls_context *context; tls_verify_cb() local 1996 tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, const char *label, const u8 *context, size_t context_len, u8 *out, size_t out_len) tls_connection_export_key() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | scan.c | 3328 const char *token, *context = NULL; in wpas_sched_scan_plans_set() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Framebuffer.cpp | 68 FramebufferStatus CheckAttachmentCompleteness(const Context *context, in CheckAttachmentCompleteness() argument 165 FramebufferStatus CheckAttachmentSampleCounts(const Context *context, in CheckAttachmentSampleCounts() argument 204 FramebufferStatus CheckAttachmentSampleCompleteness(const Context *context, in CheckAttachmentSampleCompleteness() argument 294 angle::Result InitAttachment(const Context *context, FramebufferAttachmen argument 404 getAttachment(const Context *context, GLenum attachment) const getAttachment() argument 812 Framebuffer(const Context *context, egl::Surface *surface, egl::Surface *readSurface) Framebuffer() argument 852 Framebuffer(const Context *context, rx::GLImplFactory *factory, egl::Surface *readSurface) Framebuffer() argument 873 onDestroy(const Context *context) onDestroy() argument 894 setReadSurface(const Context *context, egl::Surface *readSurface) setReadSurface() argument 904 setLabel(const Context *context, const std::string &label) setLabel() argument 914 detachTexture(const Context *context, TextureID textureId) detachTexture() argument 919 detachRenderbuffer(const Context *context, RenderbufferID renderbufferId) detachRenderbuffer() argument 924 detachResourceById(const Context *context, GLenum resourceType, GLuint resourceId) detachResourceById() argument 965 detachMatchingAttachment(const Context *context, FramebufferAttachment *attachment, GLenum matchType, GLuint matchId) detachMatchingAttachment() argument 1032 getAttachment(const Context *context, GLenum attachment) const getAttachment() argument 1534 discard(const Context *context, size_t count, const GLenum *attachments) discard() argument 1543 invalidate(const Context *context, size_t count, const GLenum *attachments) invalidate() argument 1554 partialClearNeedsInit(const Context *context, bool color, bool depth, bool stencil) partialClearNeedsInit() argument 1590 invalidateSub(const Context *context, size_t count, const GLenum *attachments, const Rectangle &area) invalidateSub() argument 1602 clear(const Context *context, GLbitfield mask) clear() argument 1609 clearBufferfv(const Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument 1617 clearBufferuiv(const Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument 1625 clearBufferiv(const Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument 1633 clearBufferfi(const Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument 1661 getImplementationColorReadFormat(const Context *context) getImplementationColorReadFormat() argument 1667 getImplementationColorReadType(const Context *context) getImplementationColorReadType() argument 1673 readPixels(const Context *context, const Rectangle &area, GLenum format, GLenum type, const PixelPackState &pack, Buffer *packBuffer, void *pixels) readPixels() argument 1691 blit(const Context *context, const Rectangle &sourceArea, const Rectangle &destArea, GLbitfield mask, GLenum filter) blit() argument 1754 getSamplePosition(const Context *context, size_t index, GLfloat *xy) const getSamplePosition() argument 1772 setAttachment(const Context *context, GLenum type, GLenum binding, const ImageIndex &textureIndex, FramebufferAttachmentObject *resource) setAttachment() argument 1784 setAttachmentMultisample(const Context *context, GLenum type, GLenum binding, const ImageIndex &textureIndex, FramebufferAttachmentObject *resource, GLsizei samples) setAttachmentMultisample() argument 1796 setAttachment(const Context *context, GLenum type, GLenum binding, const ImageIndex &textureIndex, FramebufferAttachmentObject *resource, GLsizei numViews, GLuint baseViewIndex, bool isMultiview, GLsizei samplesIn) setAttachment() argument 1854 setAttachmentMultiview(const Context *context, GLenum type, GLenum binding, const ImageIndex &textureIndex, FramebufferAttachmentObject *resource, GLsizei numViews, GLint baseViewIndex) setAttachmentMultiview() argument 1866 commitWebGL1DepthStencilIfConsistent(const Context *context, GLsizei numViews, GLuint baseViewIndex, bool isMultiview, GLsizei samples) commitWebGL1DepthStencilIfConsistent() argument 1942 setAttachmentImpl(const Context *context, GLenum type, GLenum binding, const ImageIndex &textureIndex, FramebufferAttachmentObject *resource, GLsizei numViews, GLuint baseViewIndex, bool isMultiview, GLsizei samples) setAttachmentImpl() argument 2016 updateAttachment(const Context *context, FramebufferAttachment *attachment, size_t dirtyBit, angle::ObserverBinding *onDirtyBinding, GLenum type, GLenum binding, const ImageIndex &textureIndex, FramebufferAttachmentObject *resource, GLsizei numViews, GLuint baseViewIndex, bool isMultiview, GLsizei samples) updateAttachment() argument 2038 resetAttachment(const Context *context, GLenum binding) resetAttachment() argument 2052 syncState(const Context *context, GLenum framebufferBinding, Command command) const syncState() argument 2230 setDefaultWidth(const Context *context, GLint defaultWidth) setDefaultWidth() argument 2237 setDefaultHeight(const Context *context, GLint defaultHeight) setDefaultHeight() argument 2244 setDefaultSamples(const Context *context, GLint defaultSamples) setDefaultSamples() argument 2251 setDefaultFixedSampleLocations(const Context *context, bool defaultFixedSampleLocations) setDefaultFixedSampleLocations() argument 2285 ensureClearAttachmentsInitialized(const Context *context, GLbitfield mask) ensureClearAttachmentsInitialized() argument 2318 ensureClearBufferAttachmentsInitialized(const Context *context, GLenum buffer, GLint drawbuffer) ensureClearBufferAttachmentsInitialized() argument 2342 ensureDrawAttachmentsInitialized(const Context *context) ensureDrawAttachmentsInitialized() argument 2370 ensureReadAttachmentsInitialized(const Context *context) ensureReadAttachmentsInitialized() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BlitGL.cpp | 38 angle::Result CheckCompileStatus(const gl::Context *context, in CheckCompileStatus() argument 52 angle::Result CheckLinkStatus(const gl::Context *context, in CheckLinkStatus() argument 77 angle::Result enter(const gl::Context *context, gl::Rectangle viewport, int keepState = 0) in enter() argument 102 angle::Result exit(const gl::Context *context) in exit() argument 113 willUseTextureUnit(const gl::Context *context, int unit) willUseTextureUnit() argument 202 UnbindAttachments(const gl::Context *context, const FunctionsGL *functions, GLenum framebufferTarget, const ClearBindTargetVector &bindTargets) UnbindAttachments() argument 267 copyImageToLUMAWorkaroundTexture(const gl::Context *context, GLuint texture, gl::TextureType textureType, gl::TextureTarget target, GLenum lumaFormat, size_t level, const gl::Rectangle &sourceArea, GLenum internalFormat, gl::Framebuffer *source) copyImageToLUMAWorkaroundTexture() argument 296 copySubImageToLUMAWorkaroundTexture(const gl::Context *context, GLuint texture, gl::TextureType textureType, gl::TextureTarget target, GLenum lumaFormat, size_t level, const gl::Offset &destOffset, const gl::Rectangle &sourceArea, gl::Framebuffer *source) copySubImageToLUMAWorkaroundTexture() argument 397 blitColorBufferWithShader(const gl::Context *context, const gl::Framebuffer *source, const GLuint destTexture, const gl::TextureTarget destTarget, const size_t destLevel, const gl::Rectangle &sourceAreaIn, const gl::Rectangle &destAreaIn, GLenum filter, bool writeAlpha) blitColorBufferWithShader() argument 425 blitColorBufferWithShader(const gl::Context *context, const gl::Framebuffer *source, const gl::Framebuffer *dest, const gl::Rectangle &sourceAreaIn, const gl::Rectangle &destAreaIn, GLenum filter, bool writeAlpha) blitColorBufferWithShader() argument 438 blitColorBufferWithShader(const gl::Context *context, const gl::Framebuffer *source, const GLuint destFramebuffer, const gl::Rectangle &sourceAreaIn, const gl::Rectangle &destAreaIn, GLenum filter, bool writeAlpha) blitColorBufferWithShader() argument 559 copySubTexture(const gl::Context *context, TextureGL *source, size_t sourceLevel, GLenum sourceComponentType, GLuint destID, gl::TextureTarget destTarget, size_t destLevel, GLenum destComponentType, const gl::Extents &sourceSize, const gl::Rectangle &sourceArea, const gl::Offset &destOffset, bool needsLumaWorkaround, GLenum lumaFormat, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, bool *copySucceededOut) copySubTexture() argument 675 copySubTextureCPUReadback(const gl::Context *context, TextureGL *source, size_t sourceLevel, GLenum sourceSizedInternalFormat, TextureGL *dest, gl::TextureTarget destTarget, size_t destLevel, GLenum destFormat, GLenum destType, const gl::Extents &sourceSize, const gl::Rectangle &sourceArea, const gl::Offset &destOffset, bool needsLumaWorkaround, GLenum lumaFormat, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copySubTextureCPUReadback() argument 822 copyTexSubImage(const gl::Context *context, TextureGL *source, size_t sourceLevel, TextureGL *dest, gl::TextureTarget destTarget, size_t destLevel, const gl::Rectangle &sourceArea, const gl::Offset &destOffset, bool *copySucceededOut) copyTexSubImage() argument 857 clearRenderableTexture(const gl::Context *context, TextureGL *source, GLenum sizedInternalFormat, int numTextureLayers, const gl::ImageIndex &imageIndex, bool *clearSucceededOut) clearRenderableTexture() argument 964 clearRenderbuffer(const gl::Context *context, RenderbufferGL *source, GLenum sizedInternalFormat) clearRenderbuffer() argument 997 clearFramebuffer(const gl::Context *context, FramebufferGL *source) clearFramebuffer() argument 1011 clearRenderableTextureAlphaToOne(const gl::Context *context, GLuint texture, gl::TextureTarget target, size_t level) clearRenderableTextureAlphaToOne() argument 1038 generateSRGBMipmap(const gl::Context *context, TextureGL *source, GLuint baseLevel, GLuint levelCount, const gl::Extents &sourceBaseLevelSize) generateSRGBMipmap() argument 1117 initializeResources(const gl::Context *context) initializeResources() argument 1185 orphanScratchTextures(const gl::Context *context) orphanScratchTextures() argument 1224 setScratchTextureParameter(const gl::Context *context, GLenum param, GLenum value) setScratchTextureParameter() argument 1237 setVAOState(const gl::Context *context) setVAOState() argument 1248 initializeVAOState(const gl::Context *context) initializeVAOState() argument 1274 getBlitProgram(const gl::Context *context, gl::TextureType sourceTextureType, GLenum sourceComponentType, GLenum destComponentType, BlitProgram **program) getBlitProgram() argument [all...] |
H A D | renderergl_utils.cpp | 2458 const FunctionsGL *GetFunctionsGL(const gl::Context *context) in GetFunctionsGL() argument 2463 StateManagerGL *GetStateManagerGL(const gl::Context *context) in GetStateManagerGL() argument 2468 BlitGL *GetBlitGL(const gl::Context *context) in GetBlitGL() argument 2473 ClearMultiviewGL *GetMultiviewClearer(const gl::Context *context) in GetMultiviewClearer() argument 2478 GetFeaturesGL(const gl::Context *context) GetFeaturesGL() argument 2483 ClearErrors(const gl::Context *context, const char *file, const char *function, unsigned int line) ClearErrors() argument 2492 CheckError(const gl::Context *context, const char *call, const char *file, const char *function, unsigned int line) CheckError() argument [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_tlstream.c | 1178 void __kbase_tlstream_tl_summary_new_ctx(void *context, u3 argument 1302 __kbase_tlstream_tl_new_ctx(void *context, u32 nr, u32 tgid) __kbase_tlstream_tl_new_ctx() argument 1343 __kbase_tlstream_tl_del_ctx(void *context) __kbase_tlstream_tl_del_ctx() argument 1381 __kbase_tlstream_tl_ret_ctx_lpu(void *context, void *lpu) __kbase_tlstream_tl_ret_ctx_lpu() argument 1401 __kbase_tlstream_tl_ret_atom_ctx(void *atom, void *context) __kbase_tlstream_tl_ret_atom_ctx() argument 1443 __kbase_tlstream_tl_nret_ctx_lpu(void *context, void *lpu) __kbase_tlstream_tl_nret_ctx_lpu() argument 1463 __kbase_tlstream_tl_nret_atom_ctx(void *atom, void *context) __kbase_tlstream_tl_nret_atom_ctx() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dbus_usb_linux.c | 3140 struct request_fw_context *context = (struct request_fw_context*)ctx; dbus_request_firmware_done() local 3156 struct request_fw_context *context; dbus_request_firmware() local [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_tlstream.c | 1538 void __kbase_tlstream_tl_summary_new_ctx(void *context, u3 argument 1700 __kbase_tlstream_tl_new_ctx(void *context, u32 nr, u32 tgid) __kbase_tlstream_tl_new_ctx() argument 1753 __kbase_tlstream_tl_del_ctx(void *context) __kbase_tlstream_tl_del_ctx() argument 1799 __kbase_tlstream_tl_ret_ctx_lpu(void *context, void *lpu) __kbase_tlstream_tl_ret_ctx_lpu() argument 1824 __kbase_tlstream_tl_ret_atom_ctx(void *atom, void *context) __kbase_tlstream_tl_ret_atom_ctx() argument 1880 __kbase_tlstream_tl_nret_ctx_lpu(void *context, void *lpu) __kbase_tlstream_tl_nret_ctx_lpu() argument 1905 __kbase_tlstream_tl_nret_atom_ctx(void *atom, void *context) __kbase_tlstream_tl_nret_atom_ctx() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.cpp | 152 auto context = host->GetContext(); in RegisterHoverModeChangeCallback() local 1173 auto context = host->GetContext(); OnColorConfigurationUpdate() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 1118 void RosenDecorationPainter::PaintDecoration(const Offset& offset, SkCanvas* canvas, RenderContext& context) in PaintDecoration() argument 1274 PaintDecoration( const Offset& offset, SkCanvas* canvas, RenderContext& context, const sk_sp<SkImage>& image) PaintDecoration() argument 1309 PaintDecoration( const Offset& offset, RSCanvas* canvas, RenderContext& context, const std::shared_ptr<RSImage>& image) PaintDecoration() argument 1862 PaintBlur(RenderContext& context, const Dimension& blurRadius) PaintBlur() argument 3052 PaintImage(const Offset& offset, RenderContext& context) PaintShadow() argument 3086 PaintGradient(RenderContext& context) PaintShadow() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_pattern.cpp | 1860 auto context = host->GetContext(); in StartDelayTask() local 1876 auto context = host->GetContext(); in StartCollapseDelayTask() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.cpp | 83 auto context = host->GetContext(); in OnDirtyLayoutWrapperSwap() local 312 auto context = host->GetContext(); in OnColorConfigurationUpdate() local
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 204 void RosenRenderCustomPaint::Paint(RenderContext& context, const Offset& offset) in Paint() argument 593 double RosenRenderCustomPaint::MeasureTextInner(const MeasureContext& context) in MeasureTextInner() argument 676 IsApplyIndent(const MeasureContext& context, double& indent) IsApplyIndent() argument 692 ApplyLineHeightInNumUnit(const MeasureContext& context, Rosen::TextStyle& txtStyle) ApplyLineHeightInNumUnit() argument 709 MeasureTextSizeInner(const MeasureContext& context) MeasureTextSizeInner() argument 2562 auto context = GetContext().Upgrade(); global() local 2610 auto context = GetContext().Upgrade(); global() local 2654 auto context = GetContext().Upgrade(); global() local 2813 WebGLInit(CanvasRenderContextBase* context) global() argument 3038 auto context = GetContext().Upgrade(); global() local 3064 auto context = GetContext().Upgrade(); global() local [all...] |
H A D | rosen_render_offscreen_canvas.cpp | 684 auto context = pipelineContext_.Upgrade(); in DrawImage() local 793 auto context = pipelineContext_.Upgrade(); in DrawPixelMap() local 135 RosenRenderOffscreenCanvas( const WeakPtr<PipelineBase>& context, int32_t width, int32_t height) RosenRenderOffscreenCanvas() argument 1150 auto context = pipelineContext_.Upgrade(); UpdatePaintShader() local 1194 auto context = pipelineContext_.Upgrade(); UpdatePaintShader() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 190 auto context = context_.Upgrade(); in UpdateFontFamilies() local 304 auto context = PipelineBase::GetCurrentContext(); in GetImage() local 555 auto context = PipelineBase::GetCurrentContext(); in DrawImage() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_pattern.cpp | 348 auto context = host->GetContext(); in TakeSurfaceCaptureForUI() local 375 auto context = host->GetContext(); in OnSnapshot() local 1200 auto context = host->GetContextRefPtr(); InitFormManagerDelegate() local 1491 auto context = host->GetContext(); FireFormSurfaceNodeCallback() local 1508 auto context = host->GetContext(); DelayDeleteImageNode() local 1557 auto context = host->GetContextRefPtr(); CreateCardContainer() local 1726 auto context = host->GetContext(); OnLoadEvent() local 1770 auto context = host->GetContext(); OnActionEvent() local 2033 auto context = host->GetContext(); DelayResetManuallyClickFlag() local 2052 auto context = host->GetContext(); RemoveDelayResetManuallyClickFlagTask() local 2118 auto context = PipelineContext::GetCurrentContext(); DoSkeletonAnimation() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | drag_event.cpp | 1068 auto context = imageNode->GetContext(); in CreatePreviewNode() local 1113 auto context = columnNode->GetContext(); in MountPixelMap() local 1184 auto context = frameNode->GetRenderContext(); in GetScreenShotPixelMap() local 1253 auto context = imageNode->GetContext(); SetPixelMap() local 1724 auto context = dragNode->GetRenderContext(); HideTextAnimation() local 1947 auto context = frameNode->GetRenderContext(); CreateImageNode() local 1996 auto context = gatherNode->GetContext(); MarkDirtyGatherNode() local 2064 auto context = frameNode->GetRenderContext(); GetFrameNodePreviewPixelMap() local 2411 auto context = textNode->GetContext(); CreateBadgeTextNode() local 2438 auto context = frameNode->GetRenderContext(); GetThumbnailPixelMapAsync() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_manager.cpp | 103 auto context = imageNode->GetContext(); in CreateAndShowItemDragOverlay() local 2201 auto context = DynamicCast<NG::PipelineContext>(pipeline); in GetMaxWidthBaseOnGridSystem() local
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 62 EGLContext context; member 565 WebDelegateObserver(const RefPtr<WebDelegate>& delegate, WeakPtr<PipelineBase> context) in WebDelegateObserver() argument 694 WebDelegate(const WeakPtr<PipelineBase>& context, ErrorCallback&& onError, const std::string& type) in WebDelegate() argument 697 WebDelegate(const WeakPtr<PipelineBase>& context, ErrorCallback&& onError, const std::string& type, int32_t id) in WebDelegate() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 136 auto context = grid->GetContext(); in UpdateOffsetOnVirtualKeyboardHeightChange() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 210 RefPtr<PipelineContext> context; in GetMainPipelineContext() local 298 auto context = PipelineBase::GetCurrentContext(); in Measure() local 526 auto context = frameNode->GetContextRefPtr(); in SetHotAreas() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.cpp | 641 auto context = GetPipelineContext().Upgrade(); in UpdatePseudoStyle() local 1607 auto context = pipelineContext_.Upgrade(); in UpdateDisplayComponent() local
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 899 MeasureText(MeasureContext context) MeasureText() argument 908 MeasureTextSize(MeasureContext context) MeasureTextSize() argument 975 auto context = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()); ShowDialog() local 1717 AttachPipelineContext(const RefPtr<PipelineBase>& context) AttachPipelineContext() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 826 auto context = context_.Upgrade(); in GetI18nData() local 989 auto context = context_.Upgrade(); in RegisterFont() local
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 929 MeasureText(MeasureContext context) MeasureText() argument 938 MeasureTextSize(MeasureContext context) MeasureTextSize() argument 1526 auto context = pipelineContextHolder_.Get(); OnPopPageSuccess() local 1961 AttachPipelineContext(const RefPtr<PipelineBase>& context) AttachPipelineContext() argument [all...] |