Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/scripts/
Dgenerate_new_renderer.py160 def get_constructor_args(constructor): argument
230 impl_stubs, private_impl_stubs, constructor = parse_impl_header(base_impl) variable
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DStructureHLSL.cpp329 TString *constructor = &definedStruct->second->constructor; in addStructConstructor() local
387 TString constructor = TypeString(ctorType) + " " + constructorFunctionName + "("; in addBuiltInConstructor() local
583 for (auto &constructor : mBuiltInConstructors) in structsHeader() local
DStructureHLSL.h75 TString constructor; member
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dcf_webrtc.js85 constructor(pc, control, audio_stream) { method in DeviceConnection
231 constructor({ method in WebRTCControl