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

  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 514 struct refcnt_ptr struct
518 refcnt_ptr() function in struct:refcnt_ptr
526 refcnt_ptr(const refcnt_ptr<U, UTraits>& c) function in struct:refcnt_ptr
531 ~refcnt_ptr()
543 refcnt_ptr& operator =(const refcnt_ptr<U, UTraits>& q)
549 refcnt_ptr& operator =(U* q)
591 typedef T* refcnt_ptr::*unspecified_bool_type;
595 return p ? &refcnt_ptr::p : 0
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 47 refcnt_ptr<GalliumD3D11Shader<>, PtrTraits> shaders[D3D11_STAGES];
48 refcnt_ptr<GalliumD3D11InputLayout, PtrTraits> input_layout;
49 refcnt_ptr<GalliumD3D11Buffer, PtrTraits> index_buffer;
50 refcnt_ptr<GalliumD3D11RasterizerState, PtrTraits> rasterizer_state;
51 refcnt_ptr<GalliumD3D11DepthStencilState, PtrTraits> depth_stencil_state;
52 refcnt_ptr<GalliumD3D11BlendState, PtrTraits> blend_state;
53 refcnt_ptr<GalliumD3D11DepthStencilView, PtrTraits> depth_stencil_view;
54 refcnt_ptr<GalliumD3D11Predicate, PtrTraits> render_predicate;
56 refcnt_ptr<GalliumD3D11Buffer, PtrTraits> constant_buffers[D3D11_STAGES][D3D11_COMMONSHADER_CONSTANT_BUFFER_API_SLOT_COUNT];
57 refcnt_ptr<GalliumD3D11ShaderResourceView, PtrTraits> shader_resource_views[D3D11_STAGES][D3D11_COMMONSHADER_ (…)
    [all...]

Completed in 737 milliseconds