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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
RenderStateCache.h 36 ID3D11SamplerState *getSamplerState(const gl::SamplerState &samplerState);
96 typedef std::pair<ID3D11SamplerState*, unsigned long long> SamplerStateCounterPair;
SwapChain11.h 73 ID3D11SamplerState *mPassThroughSampler;
Blit11.h 105 ID3D11SamplerState *mPointSampler;
106 ID3D11SamplerState *mLinearSampler;
RenderStateCache.cpp 372 ID3D11SamplerState *RenderStateCache::getSamplerState(const gl::SamplerState &samplerState)
422 ID3D11SamplerState *dx11SamplerState = NULL;
Blit11.cpp 606 ID3D11SamplerState *sampler = NULL;
    [all...]
Renderer11.cpp 590 ID3D11SamplerState *dxSamplerState = mStateCache.getSamplerState(samplerState);
615 ID3D11SamplerState *dxSamplerState = mStateCache.getSamplerState(samplerState);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 40 ID3D11SamplerState* samp[2];
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 40 ID3D11SamplerState* samp[2];
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 55 COM_INTERFACE(ID3D11SamplerState, ID3D11DeviceChild)
201 virtual void UnbindSamplerState(ID3D11SamplerState* state) = 0;
d3d11_context.h 444 ID3D11SamplerState *const *new_samplers) \
452 ID3D11SamplerState **out_samplers) \
    [all...]
d3d11_objects.h 153 typedef GalliumD3D11DescribedObject<ID3D11SamplerState, D3D11_SAMPLER_DESC> GalliumD3D11SamplerState;
d3d11_screen.h 605 ID3D11SamplerState **out_sampler_state)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 55 COM_INTERFACE(ID3D11SamplerState, ID3D11DeviceChild)
201 virtual void UnbindSamplerState(ID3D11SamplerState* state) = 0;
d3d11_context.h 444 ID3D11SamplerState *const *new_samplers) \
452 ID3D11SamplerState **out_samplers) \
    [all...]
d3d11_objects.h 153 typedef GalliumD3D11DescribedObject<ID3D11SamplerState, D3D11_SAMPLER_DESC> GalliumD3D11SamplerState;
d3d11_screen.h 605 ID3D11SamplerState **out_sampler_state)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 132 typedef interface ID3D11SamplerState ID3D11SamplerState;
    [all...]
d3d11.idl 1207 interface ID3D11SamplerState : 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/d3d11app/
d3d11u.h 184 ID3D11SamplerState* sampler[2];
240 ctx->PSSetSamplers(0, 1, (ID3D11SamplerState**)&null);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 184 ID3D11SamplerState* sampler[2];
240 ctx->PSSetSamplers(0, 1, (ID3D11SamplerState**)&null);

Completed in 107 milliseconds