Searched defs:GalliumComObject (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h128 * The base class is GalliumComObject<IFoo>, which implements the
132 * which redirects the secondary interfaces to the GalliumComObject
153 * GalliumComObject<IDuck>
206 * In particular, consider the case where we try to delete GalliumComObject<ID3D11Texture2D>
207 * with a pointer to GalliumComObject<ID3D11Resource>.
208 * Since we think that this is a GalliumComObject<ID3D11Resource>, we'll look for the
219 * In addition to that, we add a virtual destructor to GalliumComObject.
378 struct GalliumComObject : public Base struct in inherits:Base
382 GalliumComObject() function in struct:GalliumComObject
388 virtual ~GalliumComObject()
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h128 * The base class is GalliumComObject<IFoo>, which implements the
132 * which redirects the secondary interfaces to the GalliumComObject
153 * GalliumComObject<IDuck>
206 * In particular, consider the case where we try to delete GalliumComObject<ID3D11Texture2D>
207 * with a pointer to GalliumComObject<ID3D11Resource>.
208 * Since we think that this is a GalliumComObject<ID3D11Resource>, we'll look for the
219 * In addition to that, we add a virtual destructor to GalliumComObject.
378 struct GalliumComObject : public Base struct in inherits:Base
382 GalliumComObject() function in struct:GalliumComObject
388 virtual ~GalliumComObject()
[all...]

Completed in 111 milliseconds