HomeSort by relevance Sort by last modified time
    Searched refs:pDevice (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UgaIo.h 141 @param pDevice pDevice specifies a pointer to a device object associated with a
144 is represented by pDevice being set to NULL.
157 IN PUGA_DEVICE pDevice,
  /external/mesa3d/src/gallium/state_trackers/nine/
surface9.h 64 NineSurface9_new( struct NineDevice9 *pDevice,
swapchain9.h 85 NineSwapChain9_new( struct NineDevice9 *pDevice,
pixelshader9.c 202 NinePixelShader9_new( struct NineDevice9 *pDevice,
206 NINE_DEVICE_CHILD_NEW(PixelShader9, ppOut, pDevice, pFunction, cso);
query9.c 309 NineQuery9_new( struct NineDevice9 *pDevice,
313 NINE_DEVICE_CHILD_NEW(Query9, ppOut, pDevice, Type);
swapchain9.c 54 DBG("This=%p pDevice=%p pPresent=%p pCTX=%p hFocusWindow=%p\n",
135 struct NineDevice9 *pDevice = This->base.device;
150 user_assert(pDevice->ex || pParams->BackBufferCount <=
152 user_assert(!pDevice->ex || pParams->BackBufferCount <=
154 user_assert(pDevice->ex ||
334 hr = NineSurface9_new(pDevice, NineUnknown(This), resource, NULL, 0,
385 hr = NineDevice9_CreateDepthStencilSurface(pDevice,
    [all...]
vertexdeclaration9.c 268 NineVertexDeclaration9_new( struct NineDevice9 *pDevice,
272 NINE_DEVICE_CHILD_NEW(VertexDeclaration9, ppOut, /* args */ pDevice, pElements);
276 NineVertexDeclaration9_new_from_fvf( struct NineDevice9 *pDevice,
409 NINE_DEVICE_CHILD_NEW(VertexDeclaration9, ppOut, /* args */ pDevice, elems);
cubetexture9.c 338 NineCubeTexture9_new( struct NineDevice9 *pDevice,
346 NINE_DEVICE_CHILD_NEW(CubeTexture9, ppOut, pDevice,
texture9.c 381 NineTexture9_new( struct NineDevice9 *pDevice,
389 NINE_DEVICE_CHILD_NEW(Texture9, ppOut, pDevice,
  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.h 53 void DrawControl(CFX_RenderDevice* pDevice,
  /external/pdfium/fpdfsdk/
cpdfsdk_annothandlermgr.h 51 CFX_RenderDevice* pDevice,
ipdfsdk_annothandler.h 46 CFX_RenderDevice* pDevice,
fpdfformfill.cpp 167 auto pDevice = pdfium::MakeUnique<CFX_DefaultRenderDevice>();
169 pDevice->AttachRecorder(static_cast<SkPictureRecorder*>(recorder));
172 pDevice->Attach(holder, false, nullptr, false);
174 CFX_RenderDevice::StateRestorer restorer(pDevice.get());
175 pDevice->SetClip_Rect(clip);
195 pPageView->PageView_OnDraw(pDevice.get(), &matrix, &options, clip);
200 pPageView->PageView_OnDraw(pDevice.get(), &matrix, &options);
204 pDevice->Flush(true);
cpdfsdk_pageview.cpp 76 void CPDFSDK_PageView::PageView_OnDraw(CFX_RenderDevice* pDevice,
96 CXFA_Graphics gs(pDevice);
120 this, pSDKAnnot.Get(), pDevice, pUser2Device,
cpdfsdk_baannothandler.h 46 CFX_RenderDevice* pDevice,
cpdfsdk_widgethandler.h 47 CFX_RenderDevice* pDevice,
cpdfsdk_xfawidgethandler.h 42 CFX_RenderDevice* pDevice,
  /external/pdfium/fpdfsdk/pwl/
cpwl_combo_box.h 37 void DrawThisAppearance(CFX_RenderDevice* pDevice,
cpwl_edit.h 54 void DrawThisAppearance(CFX_RenderDevice* pDevice,
cpwl_list_box.h 48 void DrawThisAppearance(CFX_RenderDevice* pDevice,
cpwl_edit.cpp 201 void CPWL_Edit::DrawThisAppearance(CFX_RenderDevice* pDevice,
203 CPWL_Wnd::DrawThisAppearance(pDevice, mtUser2Device);
235 pDevice->DrawPath(&path, &mtUser2Device, &gsd, 0,
265 pDevice->DrawPath(&path, &mtUser2Device, &gsd, 0,
284 CPWL_EditImpl::DrawEdit(pDevice, mtUser2Device, m_pEdit.get(),
cpwl_combo_box.cpp 97 void CPWL_CBButton::DrawThisAppearance(CFX_RenderDevice* pDevice,
99 CPWL_Wnd::DrawThisAppearance(pDevice, mtUser2Device);
126 pDevice->DrawPath(&path, &mtUser2Device, nullptr,
  /cts/hostsidetests/gputools/layers/jni/
nullLayer.cpp 96 VkDevice* pDevice) {
126 VkResult ret = createFunc(physicalDevice, pCreateInfo, pAllocator, pDevice);
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 72 CFX_RenderDevice* pDevice,
79 pWnd->DrawAppearance(pDevice, mt);
87 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, nullptr);
92 CFX_RenderDevice* pDevice,
94 CPDFSDKAnnotToWidget(pAnnot)->DrawAppearance(pDevice, mtUser2Device,
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc     [all...]

Completed in 1308 milliseconds

1 23 4 5 6