Searched defs:getDevice (Results 1 - 25 of 43) sorted by relevance

12

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowInputEvent.java13 public InputDevice getDevice() { method in class:ShadowInputEvent
/external/skia/src/image/
H A DSkSurface_Gpu.h40 SkGpuDevice* getDevice() { return fDevice.get(); } function in class:SkSurface_Gpu
/external/skqp/src/image/
H A DSkSurface_Gpu.h39 SkGpuDevice* getDevice() { return fDevice.get(); } function in class:SkSurface_Gpu
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DBuildInfo.java17 public static String getDevice() { method in class:BuildInfo
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dmain.cpp91 Device *getDevice() function in namespace:es2
95 return context ? context->getDevice() : nullptr;
/external/libmojo/base/android/java/src/org/chromium/base/
H A DBuildInfo.java31 public static String getDevice() { method in class:BuildInfo
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemContext.hpp56 vk::VkDevice getDevice (void) const { return *m_device; } function in class:vkt::ProtectedMem::ProtectedContext
77 return new vk::SimpleAllocator(getDeviceInterface(), getDevice(), memoryProperties);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBase.hpp80 vk::VkDevice getDevice (void) const { return *m_logicalDevice; } function in class:vkt::sparse::SparseResourcesBaseInstance
/external/swiftshader/src/OpenGL/libGL/
H A Dmain.cpp201 Device *getDevice() function in namespace:gl
205 return context ? context->getDevice() : nullptr;
H A DContext.cpp3604 Device *Context::getDevice() function in class:gl::Context
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothFacade.java174 public static <T> BluetoothDevice getDevice( method in class:BluetoothFacade
190 public static BluetoothDevice getDevice( method in class:BluetoothFacade
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp113 VkDevice getDevice (void) const function in class:vkt::api::__anon4233::BufferTestInstance
119 return m_context.getDevice();
307 const VkDevice vkDevice = getDevice();
517 const VkDevice vkDevice = getDevice();
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp140 vk::VkDevice getDevice (void) { return m_useDeviceGroups ? m_logicalDevice.get() : m_context.getDevice(); } function in class:vkt::memory::__anon4356::BaseAllocateTestInstance
243 const VkDevice device = getDevice();
468 , m_allocSysMemSize (computeDeviceMemorySystemMemFootprint(getDeviceInterface(), context.getDevice())
509 const VkDevice device = getDevice();
526 const VkDevice device = getDevice();
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp135 vk::VkDevice getDevice (void) const { return m_device; } function in class:vkt::synchronization::OperationContext
H A DvktSynchronizationOperationMultiQueueTests.cpp201 VkDevice getDevice (void) const function in class:vkt::synchronization::__anon4594::MultiQueues
278 , m_opContext (new OperationContext(context, pipelineCacheData, m_queues->getDeviceInterface(), m_queues->getDevice(), m_queues->getAllocator()))
305 const VkDevice device = m_opContext->getDevice();
402 const VkDevice device = m_opContext->getDevice();
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp148 inline VkDevice getDevice (void) function in class:vkt::synchronization::__anon4591::MultiQueues
264 vk.getDeviceQueue(queues.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNdx, &queues.getQueues(queueFamilyIndex).queues[queueReqNdx]);
269 queues.m_allocator = createAllocator(context, queues.getDevice());
325 const VkDevice device = queues.getDevice();
399 const VkDevice device = queues.getDevice();
612 const VkDevice device = m_queues.getDevice();
642 const VkDevice device = m_queues.getDevice();
671 const VkDevice device = queues->getDevice();
782 const VkDevice device = queues->getDevice();
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp344 VkDevice getDevice (void) const { return *m_device; } function in class:vkt::DefaultDevice
417 return new SimpleAllocator(device->getDeviceInterface(), device->getDevice(), memoryProperties);
450 vk::VkDevice Context::getDevice (void) const { return m_device->getDevice(); } function in class:vkt::Context
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java226 public ITestDevice getDevice() { method in class:DeqpTestRunner
1776 String errorCode = getDevice().installPackage(apkFile, true, options);
1789 getDevice().uninstallPackage(DEQP_ONDEVICE_PKG);
/external/llvm/include/llvm/Support/
H A DFileSystem.h135 uint64_t getDevice() const { return Device; } function in class:llvm::sys::fs::UniqueID
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h136 uint64_t getDevice() const { return Device; } function in class:llvm::sys::fs::UniqueID
/external/clang/include/clang/AST/
H A DOpenMPClause.h2712 Expr *getDevice() { return cast<Expr>(Device); } function in class:clang::OMPDeviceClause
2714 Expr *getDevice() const { return cast<Expr>(Device); } function in class:clang::OMPDeviceClause
/external/skia/src/core/
H A DSkCanvas.cpp134 SkBaseDevice* base = this->getDevice();
789 SkBaseDevice* device = this->getDevice();
796 SkBaseDevice* d = this->getDevice();
808 SkBaseDevice* SkCanvas::getDevice() const { function in class:SkCanvas
820 SkBaseDevice* device = this->getDevice();
843 SkBaseDevice* device = this->getDevice();
1227 SkBaseDevice* dev = this->getDevice();
1236 SkBaseDevice* dev = this->getDevice();
1249 SkBaseDevice* dev = this->getDevice();
1265 SkBaseDevice* dev = this->getDevice();
[all...]
/external/skqp/src/core/
H A DSkCanvas.cpp134 SkBaseDevice* base = this->getDevice();
789 SkBaseDevice* device = this->getDevice();
796 SkBaseDevice* d = this->getDevice();
808 SkBaseDevice* SkCanvas::getDevice() const { function in class:SkCanvas
820 SkBaseDevice* device = this->getDevice();
843 SkBaseDevice* device = this->getDevice();
1231 SkBaseDevice* dev = this->getDevice();
1240 SkBaseDevice* dev = this->getDevice();
1253 SkBaseDevice* dev = this->getDevice();
1269 SkBaseDevice* dev = this->getDevice();
[all...]
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp3214 Device *Context::getDevice() function in class:es1::Context
H A Dmain.cpp99 Device *getDevice() function in namespace:es1
103 return context ? context->getDevice() : nullptr;

Completed in 692 milliseconds

12