Home
last modified time | relevance | path

Searched refs:getNative (Results 1 – 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLCommandQueueCL.cpp46 commandQueue.getNative()); in CLCommandQueueCL()
56 mCommandQueue.getNative()); in ~CLCommandQueueCL()
80 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueReadBuffer()
104 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueWriteBuffer()
133 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueReadBufferRect()
163 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueWriteBufferRect()
188 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer()
189 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer()
216 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect()
217 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect()
[all …]
DCLProgramCL.cpp57 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in build()
76 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in compile()
85 nativePrograms.emplace_back(program->getImpl<CLProgramCL>().getNative()); in compile()
113 mNative, device.getImpl<CLDeviceCL>().getNative(), cl::ToCLenum(name), valueSize, value, in getBuildInfo()
DCLContextCL.cpp64 (*it)->getImpl<CLDeviceCL>().getNative() != nativeDevice) in getDevices()
90 const cl_device_id nativeDevice = device.getImpl<CLDeviceCL>().getNative(); in createCommandQueue()
143 image.getParent() ? image.getParent()->getImpl<CLMemoryCL>().getNative() : nullptr; in createImage()
283 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in createProgramWithBinary()
301 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in createProgramWithBuiltInKernels()
320 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in linkProgram()
329 nativePrograms.emplace_back(inputProgram->getImpl<CLProgramCL>().getNative()); in linkProgram()
DCLSamplerCL.h24 cl_sampler getNative() const;
30 inline cl_sampler CLSamplerCL::getNative() const in getNative() function
DCLKernelCL.h24 cl_kernel getNative() const;
34 inline cl_kernel CLKernelCL::getNative() const in getNative() function
DCLSamplerCL.cpp21 sampler.getContext().getImpl<CLContextCL>().mData->mSamplers.emplace(sampler.getNative()); in CLSamplerCL()
27 mSampler.getContext().getImpl<CLContextCL>().mData->mSamplers.erase(mSampler.getNative()); in ~CLSamplerCL()
DCLMemoryCL.h22 cl_mem getNative() const;
35 inline cl_mem CLMemoryCL::getNative() const in getNative() function
DCLEventCL.h24 cl_event getNative() const;
45 inline cl_event CLEventCL::getNative() const in getNative() function
DCLPlatformCL.h21 cl_platform_id getNative() const;
48 inline cl_platform_id CLPlatformCL::getNative() const in getNative() function
DCLKernelCL.cpp141 value = memory->cast<cl::Memory>().getImpl<CLMemoryCL>().getNative(); in setArg()
149 value = sampler->cast<cl::Sampler>().getImpl<CLSamplerCL>().getNative(); in setArg()
157 value = queue->cast<cl::CommandQueue>().getImpl<CLCommandQueueCL>().getNative(); in setArg()
186 const cl_device_id device = ctx.getDevices()[index]->getImpl<CLDeviceCL>().getNative(); in createInfo()
DCLDeviceCL.h21 cl_device_id getNative() const;
44 inline cl_device_id CLDeviceCL::getNative() const in getNative() function
DCLMemoryCL.cpp21 memory.getContext().getImpl<CLContextCL>().mData->mMemories.emplace(memory.getNative()); in CLMemoryCL()
27 mMemory.getContext().getImpl<CLContextCL>().mData->mMemories.erase(mMemory.getNative()); in ~CLMemoryCL()
DCLProgramCL.h24 cl_program getNative() const;
63 inline cl_program CLProgramCL::getNative() const in getNative() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp284 xlibDisplay.getNative(), in createSurface()
285 xlibWindow.getNative() in createSurface()
300 xcbDisplay.getNative(), in createSurface()
301 xcbWindow.getNative() in createSurface()
316 waylandDisplay.getNative(), in createSurface()
317 waylandWindow.getNative() in createSurface()
331 androidWindow.getNative() in createSurface()
346 win32Display.getNative(), in createSurface()
347 win32Window.getNative() in createSurface()
361 macOSWindow.getNative() in createSurface()
[all …]
DvkWsiPlatform.hpp83 NativeType getNative (void) const { return m_native; } in getNative() function
99 NativeType getNative (void) const { return m_native; } in getNative() function
/third_party/node/deps/npm/node_modules/lodash._createcache/
Dindex.js9 var getNative = require('lodash._getnative'); variable
12 var Set = getNative(global, 'Set');
15 var nativeCreate = getNative(Object, 'create');
/third_party/node/deps/npm/node_modules/lodash._getnative/
Dindex.js56 function getNative(object, key) { function
137 module.exports = getNative;
DREADME.md3 …sh/wiki/Build-Differences) of [lodash’s](https://lodash.com/) internal `getNative` exported as a […
17 var getNative = require('lodash._getnative');
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
Ddispatch.cpp41 if (EntryPointsLib() && EntryPointsLib()->getNative() != nullptr) in CreateDispatch()
75 if (EntryPointsLib() && EntryPointsLib()->getNative() != nullptr) in CreateDispatch()
/third_party/node/deps/npm/node_modules/lodash.uniq/
Dindex.js231 var Map = getNative(root, 'Map'),
232 Set = getNative(root, 'Set'),
233 nativeCreate = getNative(Object, 'create');
718 function getNative(object, key) { function
/third_party/node/deps/npm/node_modules/lodash.clonedeep/
Dindex.js337 var DataView = getNative(root, 'DataView'),
338 Map = getNative(root, 'Map'),
339 Promise = getNative(root, 'Promise'),
340 Set = getNative(root, 'Set'),
341 WeakMap = getNative(root, 'WeakMap'),
342 nativeCreate = getNative(Object, 'create');
1178 function getNative(object, key) { function
/third_party/node/deps/npm/node_modules/lodash._createset/
Dindex.js134 var Set = getNative(root, 'Set');
155 function getNative(object, key) { function
/third_party/skia/third_party/externals/angle2/include/
Dangle_cl.h78 NativeObjectType *getNative() { return static_cast<NativeObjectType *>(this); } in getNative() function
80 const NativeObjectType *getNative() const in getNative() function
/third_party/node/deps/npm/node_modules/lodash.union/
Dindex.js278 var Map = getNative(root, 'Map'),
279 Set = getNative(root, 'Set'),
280 nativeCreate = getNative(Object, 'create');
828 function getNative(object, key) { function
/third_party/node/deps/npm/node_modules/lodash._baseuniq/
Dindex.js186 var Map = getNative(root, 'Map'),
187 nativeCreate = getNative(Object, 'create');
645 function getNative(object, key) { function

123