Home
last modified time | relevance | path

Searched refs:resState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h241 …void BindImage(const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj, uint32…
242 …void BindImageSampler(const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj,…
H A Drender_backend_gles.cpp1995 const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj, uint32_t index) in BindImage() argument
1997 const AccessFlags accessFlags = resState.accessFlags; in BindImage()
2017 const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj, uint32_t index) in BindImageSampler() argument
2019 BindImage(res, resState, obj, index); in BindImageSampler()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp201 …State(const GpuResourceManager& gpuResourceMgr, const RenderGraph::RenderGraphImageState& resState) in DebugPrintImageState() argument
204 const EngineResourceHandle gpuHandle = gpuResourceMgr.GetGpuHandle(resState.resource.handle); in DebugPrintImageState()
206 resState.resource.handle.id, gpuResourceMgr.GetName(resState.resource.handle).c_str(), in DebugPrintImageState()
207 resState.resource.imageLayout, RenderHandleUtil::GetIndexPart(resState.resource.handle), in DebugPrintImageState()
208 RenderHandleUtil::GetGenerationIndexPart(resState.resource.handle), in DebugPrintImageState()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.h73 ConnState ConvertConnStateInternal(OperateResState resState, bool &isReport);
H A Dwifi_global_func.cpp134 ConnState ConvertConnStateInternal(OperateResState resState, bool &isReport) in ConvertConnStateInternal() argument
136 switch (resState) { in ConvertConnStateInternal()