Home
last modified time | relevance | path

Searched refs:GetDeviceType (Results 1 – 25 of 32) sorted by relevance

12

/external/pdfium/core/fxge/win32/
Dwin32_int.h81 DeviceType GetDeviceType() const override;
231 DeviceType GetDeviceType() const override;
297 DeviceType GetDeviceType() const override;
Dfx_win32_print.cpp390 DeviceType CPSPrinterDriver::GetDeviceType() const { in GetDeviceType() function in CPSPrinterDriver
531 DeviceType CTextOnlyPrinterDriver::GetDeviceType() const { in GetDeviceType() function in CTextOnlyPrinterDriver
/external/tensorflow/tensorflow/core/profiler/internal/
Dprofiler_interface.h72 virtual DeviceType GetDeviceType() = 0;
/external/webrtc/webrtc/modules/utility/include/
Dhelpers_ios.h48 std::string GetDeviceType();
/external/OpenCL-CTS/test_common/harness/
DtestHarness.h130 extern cl_device_type GetDeviceType( cl_device_id );
DtestHarness.cpp793 cl_device_type GetDeviceType( cl_device_id d ) in GetDeviceType() function
/external/pdfium/fpdfsdk/
Dcpdfsdk_renderpage.cpp65 pContext->m_pDevice->GetDeviceType() != DeviceType::kDisplay; in RenderPageImpl()
Dfpdf_view.cpp457 if (device->GetDeviceType() == DeviceType::kPrinter) { in RenderBitmap()
523 if (WinDC.GetDeviceType() == DeviceType::kPrinter) { in FPDF_RenderPage()
/external/pdfium/core/fpdfapi/render/
Dcpdf_progressiverenderer.cpp81 if (m_pDevice->GetDeviceType() == DeviceType::kPrinter) { in Continue()
Dcpdf_renderstatus.cpp175 m_bPrint = m_pDevice->GetDeviceType() != DeviceType::kDisplay; in Initialize()
351 if (pObj->IsImage() && m_pDevice->GetDeviceType() == DeviceType::kPrinter) in DrawObjWithBackground()
539 if (m_pDevice->GetDeviceType() == DeviceType::kDisplay && in ProcessClipPath()
624 m_pDevice->GetDeviceType() == DeviceType::kDisplay && in ProcessTransparency()
950 DeviceType device_type = m_pDevice->GetDeviceType(); in ProcessType3Text()
Dcpdf_imagerenderer.cpp116 if (m_pRenderStatus->GetRenderDevice()->GetDeviceType() != in StartRenderDIBBase()
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dhost_tracer.cc57 DeviceType GetDeviceType() override { return DeviceType::kCpu; } in GetDeviceType() function in tensorflow::profiler::__anoneef0a5df0111::HostTracer
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h46 DeviceType GetDeviceType() const override;
/external/pdfium/core/fxge/
Drenderdevicedriver_iface.h39 virtual DeviceType GetDeviceType() const = 0;
Dcfx_renderdevice.h61 DeviceType GetDeviceType() const { return m_DeviceType; } in GetDeviceType() function
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h39 DeviceType GetDeviceType() const override;
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h99 ANGLED3D11DeviceType GetDeviceType(ID3D11Device *device);
/external/webrtc/webrtc/modules/utility/source/
Dhelpers_ios.mm81 std::string GetDeviceType() {
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp444 bool bPrinting = pDevice->GetDeviceType() == DeviceType::kPrinter || in DrawBorder()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Ddevice_tracer.cc450 profiler::DeviceType GetDeviceType() override { in GetDeviceType() function in tensorflow::profiler::GpuTracer
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_1D.cpp81 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_1D()
Dtest_write_1D_array.cpp90 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_1D_array()
Dtest_write_2D_array.cpp114 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_2D_array()
Dtest_write_3D.cpp117 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_3D()
Dtest_write_image.cpp96 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image()

12