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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Clear11.h 45 typedef std::map<ClearBlendInfo, ID3D11BlendState*, ClearBlendInfoComparisonFunction> ClearBlendStateMap;
54 ID3D11BlendState *getBlendState(const std::vector<MaskedRenderTarget> &rts);
RenderStateCache.h 37 gl::Error getBlendState(const gl::Framebuffer *framebuffer, const gl::BlendState &blendState, ID3D11BlendState **outBlendState);
59 typedef std::pair<ID3D11BlendState*, unsigned long long> BlendStateCounterPair;
Clear11.cpp 361 ID3D11BlendState *blendState = getBlendState(maskedClearRenderTargets);
445 ID3D11BlendState *Clear11::getBlendState(const std::vector<MaskedRenderTarget>& rts)
490 ID3D11BlendState* blendState = NULL;
494 ERR("Unable to create a ID3D11BlendState, HRESULT: 0x%X.", result);
RenderStateCache.cpp 83 ID3D11BlendState **outBlendState)
170 ID3D11BlendState *dx11BlendState = NULL;
174 return gl::Error(GL_OUT_OF_MEMORY, "Unable to create a ID3D11BlendState, HRESULT: 0x%X.", result);
Renderer11.cpp 611 ID3D11BlendState *dxBlendState = NULL;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 53 COM_INTERFACE(ID3D11BlendState, ID3D11DeviceChild)
193 virtual void UnbindBlendState(ID3D11BlendState* state) = 0;
d3d11_objects.h 156 typedef GalliumD3D11DescribedObject<ID3D11BlendState, D3D11_BLEND_DESC> GalliumD3D11BlendState;
d3d11_context.h 1070 ID3D11BlendState *new_blend_state,
1101 ID3D11BlendState **out_blend_state,
    [all...]
d3d11_screen.h 425 ID3D11BlendState **out_blend_state
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 53 COM_INTERFACE(ID3D11BlendState, ID3D11DeviceChild)
193 virtual void UnbindBlendState(ID3D11BlendState* state) = 0;
d3d11_objects.h 156 typedef GalliumD3D11DescribedObject<ID3D11BlendState, D3D11_BLEND_DESC> GalliumD3D11BlendState;
d3d11_context.h 1070 ID3D11BlendState *new_blend_state,
1101 ID3D11BlendState **out_blend_state,
    [all...]
d3d11_screen.h 425 ID3D11BlendState **out_blend_state
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 47 typedef interface ID3D11BlendState ID3D11BlendState;
    [all...]
d3d11.idl 1018 interface ID3D11BlendState : ID3D11DeviceChild
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 259 ID3D11BlendState* blend;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 259 ID3D11BlendState* blend;

Completed in 53 milliseconds