Searched defs:ComponentType (Results 1 – 11 of 11) 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
29 enum class ComponentType { enum
86 EGLint ComponentType; member
419 enum class ComponentType enum in vkt::pipeline::__anone575f75f0111::InterfaceMatchingTestCase
417 enum class ComponentType enum in vkt::pipeline::__anon73030dff0111::InterfaceMatchingTestCase
368 typedef uint16 ComponentType; // the type of image components typedef
736 enum class ComponentType enum