OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GalliumComObject
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h
128
* 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
382
GalliumComObject
()
388
virtual ~
GalliumComObject
()
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp
69
struct GalliumDXGIIdentityBackend : public
GalliumComObject
<IGalliumDXGIBackend>
[
all
...]
Completed in 47 milliseconds