HomeSort by relevance Sort by last modified time
    Searched refs:pPresent (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9ex.c 34 ID3DPresent *pPresent,
40 DBG("This=%p pParams=%p implicit=%d pPresent=%p pPresentationParameters=%p "
42 This, pParams, (int) implicit, pPresent, pPresentationParameters, pCTX, hFocusWindow, mode);
44 return NineSwapChain9_ctor(&This->base, pParams, implicit, pPresent,
107 ID3DPresent *pPresent,
115 implicit, pPresent, pPresentationParameters,
swapchain9ex.h 41 ID3DPresent *pPresent,
swapchain9.h 87 ID3DPresent *pPresent,
97 ID3DPresent *pPresent,
swapchain9.c 46 ID3DPresent *pPresent,
54 DBG("This=%p pDevice=%p pPresent=%p pCTX=%p hFocusWindow=%p\n",
55 This, pParams->device, pPresent, pCTX, hFocusWindow);
64 This->present = pPresent;
67 ID3DPresent_AddRef(pPresent);
75 ID3DPresent_SetPresentParameters2(pPresent, &params2);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_document.cpp 274 CXFA_Node* pPresent = pConfig->GetFirstChildByClass(XFA_Element::Present);
275 if (!pPresent)
278 CXFA_Node* pPDF = pPresent->GetFirstChildByClass(XFA_Element::Pdf);

Completed in 73 milliseconds