Searched defs:ComponentType (Results 1 – 13 of 13) 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
29 enum class ComponentType { enum
90 EGLint ComponentType; member
406 enum class ComponentType enum in vkt::pipeline::__anon97981b1d0111::InterfaceMatchingTestCase
124 enum ComponentType { enum in TextureFormatTest
396 enum class ComponentType enum
368 typedef uint16 ComponentType; // the type of image components typedef
736 enum class ComponentType enum