Searched defs:ComponentType (Results 1 – 12 of 12) sorted by relevance
32 type ComponentType<P = {}> = ComponentClass<P> | FunctionComponent<P>; property in Component
38 type ComponentType<P = {}> = ComponentClass<P> | FunctionComponent<P>; property in Component
33 enum ComponentType { Float, Int, Uint, DepthStencil }; enum
65 export type ComponentType<P> = FunctionComponent<P> | ComponentClass<P>; alias
264 ComponentType, property311 const ComponentType = { variable
479 ComponentType: { property
90 EGLint ComponentType; member
29 enum class ComponentType { enum
417 enum class ComponentType enum in vkt::pipeline::__anona8fce6ca0111::InterfaceMatchingTestCase
417 enum class ComponentType enum in vkt::pipeline::__anonfc42110a0111::InterfaceMatchingTestCase
368 typedef uint16 ComponentType; // the type of image components typedef
736 enum class ComponentType enum