OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ID3DBlob
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dcompiler.h
68
const char *target, UINT sflags, UINT eflags,
ID3DBlob
**shader,
ID3DBlob
**error_messages);
71
const char *target, UINT sflags, UINT eflags,
ID3DBlob
**shader,
ID3DBlob
**error_messages);
81
HRESULT WINAPI D3DStripShader(const void *data, SIZE_T data_size, UINT flags,
ID3DBlob
**blob);
100
UINT flags, const char *comments,
ID3DBlob
**disassembly);
102
UINT flags, const char *comments,
ID3DBlob
**disassembly);
103
HRESULT WINAPI D3DGetBlobPart(const void *data, SIZE_T data_size, D3D_BLOB_PART part, UINT flags,
ID3DBlob
**blob);
104
HRESULT WINAPI D3DGetInputSignatureBlob(const void *data, SIZE_T data_size,
ID3DBlob
**blob);
105
HRESULT WINAPI D3DGetOutputSignatureBlob(const void *data, SIZE_T data_size,
ID3DBlob
**blob)
[
all
...]
d3dcommon.idl
42
typedef ID3D10Blob
ID3DBlob
;
43
typedef
ID3DBlob
* LPD3DBLOB;
d3dcommon.h
144
typedef ID3D10Blob
ID3DBlob
;
145
typedef
ID3DBlob
*LPD3DBLOB;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3dcommon.idl
318
typedef ID3D10Blob
ID3DBlob
;
319
typedef
ID3DBlob
* LPD3DBLOB;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h
1078
/* NOTE:
ID3DBlob
implementations may come from a Microsoft native DLL
1084
class GalliumD3DBlob : public GalliumComObject<
ID3DBlob
>
Completed in 309 milliseconds