Home | History | Annotate | Download | only in include

Lines Matching refs:data_size

66 HRESULT WINAPI D3DCompile(const void *data, SIZE_T data_size, const char *filename,
69 typedef HRESULT (WINAPI *pD3DCompile)(const void *data, SIZE_T data_size, const char *filename,
81 HRESULT WINAPI D3DStripShader(const void *data, SIZE_T data_size, UINT flags, ID3DBlob **blob);
99 HRESULT WINAPI D3DDisassemble(const void *data, SIZE_T data_size,
101 typedef HRESULT (WINAPI *pD3DDisassemble)(const void *data, SIZE_T data_size,
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);
106 HRESULT WINAPI D3DGetInputAndOutputSignatureBlob(const void *data, SIZE_T data_size, ID3DBlob **blob);
107 HRESULT WINAPI D3DGetDebugInfo(const void *data, SIZE_T data_size, ID3DBlob **blob);
109 HRESULT WINAPI D3DReflect(const void *data, SIZE_T data_size, REFIID riid, void **reflector);
111 HRESULT WINAPI D3DCreateBlob(SIZE_T data_size, ID3DBlob **blob);