Home
last modified time | relevance | path

Searched defs:attachType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp266GLenum attachType, const BindImage& image, uint32_t& width, uint32_t& height, uint32_t views, bool… in BindToFbo()
316 void BindToFboMultisampled(GLenum attachType, const BindImage& image, const BindImage& resolveImage… in BindToFboMultisampled()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp51 #define DEFINE_ATTACH_TYPE(progName, attachType, needExpectedAttach) \ argument
102 bpf_attach_type attachType; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_rendering_context.cpp507 static constexpr char attachType[] = "onAttach"; in GetCanvasCallbackType() local