HomeSort by relevance Sort by last modified time
    Searched refs:pDevice (Results 101 - 125 of 326) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp 565 std::unique_ptr<CFDE_RenderDevice> pDevice(
567 pDevice->SaveState();
568 pDevice->SetClipRect(rtClip);
609 RenderString(pDevice.get(), pSolidBrush.get(), pPieceLine, j, pCharPos,
613 RenderPath(pDevice.get(), pPen.get(), pPieceLine, j, pCharPos,
617 pDevice->RestoreState();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 454 IDirect3DDevice9 *pDevice,
503 IDirect3DDevice9 *pDevice,
548 #define IDirect3DDeviceManager9_ResetDevice(This,pDevice,resetToken) (This)->lpVtbl->ResetDevice(This,pDevice,resetToken)
567 static FORCEINLINE HRESULT IDirect3DDeviceManager9_ResetDevice(IDirect3DDeviceManager9* This,IDirect3DDevice9 *pDevice,UINT resetToken) {
568 return This->lpVtbl->ResetDevice(This,pDevice,resetToken);
595 IDirect3DDevice9 *pDevice,
    [all...]
mmdeviceapi.h 828 IMMDevice *pDevice,
856 IMMDevice *pDevice,
873 #define IMMDeviceActivator_Activate(This,iid,pDevice,pActivationParams,ppv) (This)->lpVtbl->Activate(This,iid,pDevice,pActivationParams,ppv)
886 static FORCEINLINE HRESULT IMMDeviceActivator_Activate(IMMDeviceActivator* This,REFIID iid,IMMDevice *pDevice,PROPVARIANT *pActivationParams,void **ppv) {
887 return This->lpVtbl->Activate(This,iid,pDevice,pActivationParams,ppv);
897 IMMDevice *pDevice,
    [all...]
sti.h 301 STDMETHOD(CreateDevice) (THIS_ LPWSTR pwszDeviceName,DWORD dwMode,PSTIDEVICE *pDevice,LPUNKNOWN punkOuter) PURE;
330 STDMETHOD(CreateDevice) (THIS_ LPCSTR pwszDeviceName,DWORD dwMode,PSTIDEVICE *pDevice,LPUNKNOWN punkOuter) PURE;
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Edit.cpp 316 void CPWL_Edit::DrawThisAppearance(CFX_RenderDevice* pDevice,
318 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device);
351 pDevice->DrawPath(&path, pUser2Device, &gsd, 0,
381 pDevice->DrawPath(&path, pUser2Device, &gsd, 0,
400 CFX_Edit::DrawEdit(pDevice, pUser2Device, m_pEdit.get(),
PWL_ComboBox.cpp 129 void CPWL_CBButton::DrawThisAppearance(CFX_RenderDevice* pDevice,
131 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device);
155 pDevice->DrawPath(&path, pUser2Device, nullptr,
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
device_limits.cpp 361 const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) {
417 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);
422 layer_data *my_device_data = get_my_data_ptr(get_dispatch_key(*pDevice), layer_data_map);
424 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
425 my_device_data->report_data = layer_debug_report_create_device(phy_dev_data->report_data, *pDevice);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
device_limits.cpp 361 const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) {
417 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);
422 layer_data *my_device_data = get_my_data_ptr(get_dispatch_key(*pDevice), layer_data_map);
424 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
425 my_device_data->report_data = layer_debug_report_create_device(phy_dev_data->report_data, *pDevice);
    [all...]
object_tracker.h     [all...]
image.cpp 166 const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) {
181 VkResult result = fpCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice);
186 layer_data *my_device_data = get_my_data_ptr(get_dispatch_key(*pDevice), layer_data_map);
190 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
192 my_device_data->report_data = layer_debug_report_create_device(my_instance_data->report_data, *pDevice);
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 59 void DrawTextString(CFX_RenderDevice* pDevice,
78 CPDF_TextRenderer::DrawTextString(pDevice, pos.x, pos.y, pFont, fFontSize,
85 CPDF_TextRenderer::DrawTextString(pDevice, pos.x, pos.y, pFont, fFontSize,
717 void CFX_Edit::DrawEdit(CFX_RenderDevice* pDevice,
743 pDevice->SaveState();
747 pDevice->SetClip_Rect(rcTemp.ToFxRect());
790 pDevice->DrawPath(&pathSelBK, pUser2Device, nullptr, crSelBK, 0,
800 pDevice, CFX_PointF(ptBT.x + ptOffset.x, ptBT.y + ptOffset.y),
816 pDevice, CFX_PointF(word.ptWord.x + ptOffset.x,
827 DrawTextString(pDevice,
    [all...]
fxet_edit.h 323 static void DrawEdit(CFX_RenderDevice* pDevice,
  /external/deqp/external/vulkancts/framework/vulkan/
vkInstanceDriverImpl.inl 50 VkResult InstanceDriver::createDevice (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) const
52 return m_vk.createDevice(physicalDevice, pCreateInfo, pAllocator, pDevice);
vkConcreteInstanceInterface.inl 13 virtual VkResult createDevice (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) const;
vkVirtualInstanceInterface.inl 13 virtual VkResult createDevice (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) const = 0;
  /external/pdfium/xfa/fde/tto/
fde_textout.h 95 void SetRenderDevice(CFX_RenderDevice* pDevice);
fde_textout.cpp 138 void CFDE_TextOut::SetRenderDevice(CFX_RenderDevice* pDevice) {
139 ASSERT(pDevice);
140 m_pRenderDevice = pdfium::MakeUnique<CFDE_RenderDevice>(pDevice, false);
  /frameworks/native/vulkan/libvulkan/
driver.h 125 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
driver.cpp 962 VkDevice* pDevice) {
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
volume9.c 63 DBG("This=%p pContainer=%p pDevice=%p pResource=%p Level=%u pDesc=%p\n",
540 NineVolume9_new( struct NineDevice9 *pDevice,
547 NINE_DEVICE_CHILD_NEW(Volume9, ppOut, pDevice, /* args */
stateblock9.c 570 NineStateBlock9_new( struct NineDevice9 *pDevice,
574 NINE_DEVICE_CHILD_NEW(StateBlock9, ppOut, pDevice, type);
surface9.c 65 DBG("This=%p pDevice=%p pResource=%p Level=%u Layer=%u pDesc=%p\n",
825 NineSurface9_new( struct NineDevice9 *pDevice,
835 NINE_DEVICE_CHILD_NEW(Surface9, ppOut, pDevice, /* args */
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 805 void CPDFSDK_Widget::DrawAppearance(CFX_RenderDevice* pDevice,
825 pDevice->DrawPath(&pathData, pUser2Device, &gsd, 0, 0xFFAAAAAA,
828 CPDFSDK_BAAnnot::DrawAppearance(pDevice, pUser2Device, mode, pOptions);
838 void CPDFSDK_Widget::DrawShadow(CFX_RenderDevice* pDevice,
859 pDevice->FillRect(
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 166 const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) {
181 VkResult result = fpCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice);
186 layer_data *my_device_data = get_my_data_ptr(get_dispatch_key(*pDevice), layer_data_map);
190 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
192 my_device_data->report_data = layer_debug_report_create_device(my_instance_data->report_data, *pDevice);
    [all...]

Completed in 1046 milliseconds

1 2 3 45 6 7 8 91011>>