Home | History | Annotate | Download | only in include

Lines Matching refs:rType

1379         D3D10_RESOURCE_DIMENSION *rType) = 0;
1432 D3D10_RESOURCE_DIMENSION *rType);
1459 #define ID3D10Resource_GetType(This,rType) (This)->lpVtbl->GetType(This,rType)
1487 static FORCEINLINE void ID3D10Resource_GetType(ID3D10Resource* This,D3D10_RESOURCE_DIMENSION *rType) {
1488 This->lpVtbl->GetType(This,rType);
1503 D3D10_RESOURCE_DIMENSION *rType);
1594 D3D10_RESOURCE_DIMENSION *rType);
1635 #define ID3D10Buffer_GetType(This,rType) (This)->lpVtbl->GetType(This,rType)
1667 static FORCEINLINE void ID3D10Buffer_GetType(ID3D10Buffer* This,D3D10_RESOURCE_DIMENSION *rType) {
1668 This->lpVtbl->GetType(This,rType);
1787 D3D10_RESOURCE_DIMENSION *rType);
1830 #define ID3D10Texture1D_GetType(This,rType) (This)->lpVtbl->GetType(This,rType)
1862 static FORCEINLINE void ID3D10Texture1D_GetType(ID3D10Texture1D* This,D3D10_RESOURCE_DIMENSION *rType) {
1863 This->lpVtbl->GetType(This,rType);
1984 D3D10_RESOURCE_DIMENSION *rType);
2027 #define ID3D10Texture2D_GetType(This,rType) (This)->lpVtbl->GetType(This,rType)
2059 static FORCEINLINE void ID3D10Texture2D_GetType(ID3D10Texture2D* This,D3D10_RESOURCE_DIMENSION *rType) {
2060 This->lpVtbl->GetType(This,rType);
2181 D3D10_RESOURCE_DIMENSION *rType);
2224 #define ID3D10Texture3D_GetType(This,rType) (This)->lpVtbl->GetType(This,rType)
2256 static FORCEINLINE void ID3D10Texture3D_GetType(ID3D10Texture3D* This,D3D10_RESOURCE_DIMENSION *rType) {
2257 This->lpVtbl->GetType(This,rType);