HomeSort by relevance Sort by last modified time
    Searched refs:D3D10_BLEND_DESC1 (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10_1.idl 73 typedef struct D3D10_BLEND_DESC1
78 } D3D10_BLEND_DESC1;
88 void GetDesc1([out] D3D10_BLEND_DESC1 *pDesc);
144 [in] const D3D10_BLEND_DESC1 *pBlendStateDesc,
d3d10_1.h 106 typedef struct D3D10_BLEND_DESC1 {
110 } D3D10_BLEND_DESC1;
123 D3D10_BLEND_DESC1 *pDesc) = 0;
175 D3D10_BLEND_DESC1 *pDesc);
227 static FORCEINLINE void ID3D10BlendState1_GetDesc1(ID3D10BlendState1* This,D3D10_BLEND_DESC1 *pDesc) {
237 D3D10_BLEND_DESC1 *pDesc);
432 const D3D10_BLEND_DESC1 *pBlendStateDesc,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10_1.idl 80 typedef struct D3D10_BLEND_DESC1
85 } D3D10_BLEND_DESC1;
126 [out] D3D10_BLEND_DESC1 *a
148 [in] const D3D10_BLEND_DESC1 *a,
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 162 static D3D10_BLEND_DESC convert_to_d3d10(const D3D10_BLEND_DESC1& desc1)
180 D3D10_BLEND_DESC1 desc1;
200 GalliumD3D10BlendState(GalliumD3D10Screen* device, void* object, const D3D10_BLEND_DESC1& desc)
204 virtual void STDMETHODCALLTYPE GetDesc1(D3D10_BLEND_DESC1 *out_desc)
d3d11_screen.h 429 const D3D10_BLEND_DESC1 *blend_state_desc,
    [all...]

Completed in 422 milliseconds