OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D3D10_SIGNATURE_PARAMETER_DESC
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d10/
d3d10.pl
6
s/
D3D10_SIGNATURE_PARAMETER_DESC
/D3D11_SIGNATURE_PARAMETER_DESC/g;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10_1shader.h
39
STDMETHOD(GetInputParameterDesc)(THIS_ UINT index,
D3D10_SIGNATURE_PARAMETER_DESC
*desc) PURE;
40
STDMETHOD(GetOutputParameterDesc)(THIS_ UINT index,
D3D10_SIGNATURE_PARAMETER_DESC
*desc) PURE;
d3d10shader.h
95
}
D3D10_SIGNATURE_PARAMETER_DESC
;
205
STDMETHOD(GetInputParameterDesc)(THIS_ UINT index,
D3D10_SIGNATURE_PARAMETER_DESC
*desc) PURE;
206
STDMETHOD(GetOutputParameterDesc)(THIS_ UINT index,
D3D10_SIGNATURE_PARAMETER_DESC
*desc) PURE;
d3d10effect.h
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10shader.idl
90
}
D3D10_SIGNATURE_PARAMETER_DESC
;
247
[out]
D3D10_SIGNATURE_PARAMETER_DESC
*b
253
[out]
D3D10_SIGNATURE_PARAMETER_DESC
*b
Completed in 70 milliseconds