/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d10_1.idl | 62 void GetDesc1([out] D3D10_BLEND_DESC1 *pDesc); 101 void GetDesc1([out] D3D10_SHADER_RESOURCE_VIEW_DESC1 *pDesc); 114 [in, out] const D3D10_SHADER_RESOURCE_VIEW_DESC1 *pDesc,
|
d3d10_1.h | 80 D3D10_BLEND_DESC1 *pDesc) = 0; 127 D3D10_BLEND_DESC *pDesc); 132 D3D10_BLEND_DESC1 *pDesc); 152 #define ID3D10BlendState1_GetDesc(This,pDesc) (This)->lpVtbl->GetDesc(This,pDesc) 154 #define ID3D10BlendState1_GetDesc1(This,pDesc) (This)->lpVtbl->GetDesc1(This,pDesc) 180 static FORCEINLINE void ID3D10BlendState1_GetDesc(ID3D10BlendState1* This,D3D10_BLEND_DESC *pDesc) { 181 This->lpVtbl->GetDesc(This,pDesc); 184 static FORCEINLINE void ID3D10BlendState1_GetDesc1(ID3D10BlendState1* This,D3D10_BLEND_DESC1 *pDesc) { [all...] |
d3d11.h | [all...] |
d3d10.h | [all...] |
d3d11.idl | 985 [out] D3D11_QUERY_DESC *pDesc); 1021 [out] D3D11_BLEND_DESC *pDesc); 1032 [out] D3D11_BUFFER_DESC *pDesc); 1045 [out] D3D11_CLASS_INSTANCE_DESC *pDesc); 1101 [out] D3D11_COUNTER_DESC *pDesc); 1112 [out] D3D11_DEPTH_STENCIL_DESC *pDesc); 1123 [out] D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc); 1188 [out] D3D11_RASTERIZER_DESC *pDesc); 1199 [out] D3D11_RENDER_TARGET_VIEW_DESC *pDesc); 1210 [out] D3D11_SAMPLER_DESC *pDesc); [all...] |
d3d10.idl | [all...] |
dmusici.h | [all...] |
dxgi.idl | 433 HRESULT GetDesc1([out] DXGI_ADAPTER_DESC1 *pDesc);
|
d3d8.h | 210 STDMETHOD(GetDesc)(THIS_ D3DVOLUME_DESC * pDesc) PURE; 296 STDMETHOD(GetDesc)(THIS_ D3DSURFACE_DESC * pDesc) PURE; 406 STDMETHOD(GetDesc)(THIS_ D3DVERTEXBUFFER_DESC * pDesc) PURE; 470 STDMETHOD(GetDesc)(THIS_ D3DINDEXBUFFER_DESC * pDesc) PURE; [all...] |
dxgi.h | [all...] |
d3dx9shader.h | 132 STDMETHOD(GetDesc)(THIS_ D3DXCONSTANTTABLE_DESC *pDesc) PURE;
|
/frameworks/compile/mclinker/include/mcld/ |
IRBuilder.h | 372 /// @param [in] pDesc { Undefined, Define, Common, Indirect } 389 ResolveInfo::Desc pDesc, 425 /// @param [in] pDesc The description of the symbol, Could be one of 435 ResolveInfo::Desc pDesc, 464 ResolveInfo::Desc pDesc, 474 ResolveInfo::Desc pDesc, 491 ResolveInfo::Desc pDesc, 502 ResolveInfo::Desc pDesc, 513 ResolveInfo::Desc pDesc, 524 ResolveInfo::Desc pDesc, [all...] |
/frameworks/compile/mclinker/lib/LD/ |
NamePool.cpp | 37 ResolveInfo::Desc pDesc, 46 (*result)->setDesc(pDesc); 59 ResolveInfo::Desc pDesc, 83 new_symbol->setDesc(pDesc);
|
ResolveInfo.cpp | 96 void ResolveInfo::setDesc(uint32_t pDesc) { 98 m_BitField |= ((pDesc << DESC_OFFSET) & DESC_MASK);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
NamePool.h | 55 ResolveInfo::Desc pDesc, 69 ResolveInfo::Desc pDesc,
|
ResolveInfo.h | 98 void setDesc(uint32_t pDesc);
|
/frameworks/compile/mclinker/lib/Core/ |
IRBuilder.cpp | 400 ResolveInfo::Desc pDesc, 409 ResolveInfo::Undefined == pDesc) { 420 if (pInput.noExport() && (pDesc != ResolveInfo::Undefined)) { 429 if (pSection == NULL || ResolveInfo::Undefined == pDesc || 430 ResolveInfo::Common == pDesc || ResolveInfo::Absolute == pBind || 438 name, pType, pDesc, pBind, pSize, pValue, frag, pVis); 444 pInput, name, pType, pDesc, pBind, pSize, pValue, pVis); 456 ResolveInfo::Desc pDesc, 471 pName, false, pType, pDesc, pBinding, pSize, pVisibility); 482 pDesc, [all...] |
/external/pdfium/xfa/src/fgas/src/font/ |
fx_stdfontmgr.cpp | 335 FX_LPCFONTDESCRIPTOR pDesc = m_pMatcher(¶ms, m_FontFaces, m_pUserData);
336 if (pDesc) {
337 return pDesc;
343 pDesc = m_pMatcher(¶ms, namedFonts, m_pUserData);
344 if (pDesc == NULL) {
349 if (*pMatch == *pDesc) {
353 int index = m_FontFaces.Add(*pDesc);
758 CFX_FontDescriptor* pDesc = sortedFonts->GetAt(0).pFont;
759 pFont = LoadFont(pDesc->m_pFileAccess, pDesc->m_nFaceIndex, NULL); [all...] |
fx_stdfontmgr.h | 195 FX_BOOL VerifyUnicode(CFX_FontDescriptor* pDesc, FX_WCHAR wcUnicode);
|
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | [all...] |
/frameworks/av/include/media/ |
IAudioFlinger.h | 193 effect_descriptor_t *pDesc,
|
/frameworks/av/media/libmedia/ |
IAudioFlinger.cpp | 713 effect_descriptor_t *pDesc, 726 if (pDesc == NULL) { 734 data.write(pDesc, sizeof(effect_descriptor_t)); 755 reply.read(pDesc, sizeof(effect_descriptor_t)); [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 471 status_t setEffectEnabled(EffectDescriptor *pDesc, bool enabled);
|
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | [all...] |
AudioFlinger.h | 217 effect_descriptor_t *pDesc, [all...] |