Searched refs:resState (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.h | 241 …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 D | render_backend_gles.cpp | 1995 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 D | render_graph.cpp | 201 …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 D | wifi_global_func.h | 73 ConnState ConvertConnStateInternal(OperateResState resState, bool &isReport);
|
H A D | wifi_global_func.cpp | 134 ConnState ConvertConnStateInternal(OperateResState resState, bool &isReport) in ConvertConnStateInternal() argument 136 switch (resState) { in ConvertConnStateInternal()
|