Home
last modified time | relevance | path

Searched refs:GenerateDescriptor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp181 GpuImageDesc GenerateDescriptor(bool depth, Format format, uint32_t width, uint32_t height, uint32_… in GenerateDescriptor() function
308 desc_ = GenerateDescriptor(false, colorFormat, info.width, info.height, info.samples); in SwapchainGLES()
315 … descDepthBuffer_ = GenerateDescriptor(true, depthFormat, info.width, info.height, info.samples); in SwapchainGLES()
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h140 void GenerateDescriptor(InputDevice &identifier) const;
H A Dinput_hub.cpp566 GenerateDescriptor(device->identifier); in OpenInputDeviceLocked()
975 void InputHub::GenerateDescriptor(InputDevice &identifier) const in GenerateDescriptor() function in OHOS::DistributedHardware::DistributedInput::InputHub