Searched refs:GenerateDescriptor (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | swapchain_gles.cpp | 181 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 D | input_hub.h | 140 void GenerateDescriptor(InputDevice &identifier) const;
|
H A D | input_hub.cpp | 566 GenerateDescriptor(device->identifier); in OpenInputDeviceLocked() 975 void InputHub::GenerateDescriptor(InputDevice &identifier) const in GenerateDescriptor() function in OHOS::DistributedHardware::DistributedInput::InputHub
|