Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3d11shader.h139 DECLARE_INTERFACE(ID3D11ShaderReflectionType) in DECLARE_INTERFACE() argument
142 STDMETHOD_(struct ID3D11ShaderReflectionType *, GetMemberTypeByIndex)(THIS_ UINT index) PURE; in DECLARE_INTERFACE() local
143 … STDMETHOD_(struct ID3D11ShaderReflectionType *, GetMemberTypeByName)(THIS_ const char *name) PURE; in DECLARE_INTERFACE() local
146 STDMETHOD_(struct ID3D11ShaderReflectionType *, GetSubType)(THIS) PURE; in DECLARE_INTERFACE() local
147 STDMETHOD_(struct ID3D11ShaderReflectionType *, GetBaseClass)(THIS) PURE; in DECLARE_INTERFACE() local
149 STDMETHOD_(struct ID3D11ShaderReflectionType *, GetInterfaceByIndex)(THIS_ UINT index) PURE; in DECLARE_INTERFACE() local
161 STDMETHOD_(struct ID3D11ShaderReflectionType *, GetType)(THIS) PURE; in DECLARE_INTERFACE() local