Searched defs:getNative (Results 1 – 17 of 17) sorted by relevance
30 inline cl_sampler CLSamplerCL::getNative() const in getNative() function
34 inline cl_kernel CLKernelCL::getNative() const in getNative() function
217 inline cl_command_queue CLCommandQueueCL::getNative() const in getNative() function
35 inline cl_mem CLMemoryCL::getNative() const in getNative() function
45 inline cl_event CLEventCL::getNative() const in getNative() function
44 inline cl_device_id CLDeviceCL::getNative() const in getNative() function
48 inline cl_platform_id CLPlatformCL::getNative() const in getNative() function
63 inline cl_program CLProgramCL::getNative() const in getNative() function
78 NativeObjectType *getNative() { return static_cast<NativeObjectType *>(this); } in getNative() function80 const NativeObjectType *getNative() const in getNative() function
41 abstract boolean getNative(); in getNative() method in MemoizedTest.ValueWithKeywordName60 abstract boolean getNative(); in getNative() method in MemoizedTest.ValueWithCopyAnnotations71 abstract boolean getNative(); in getNative() method in MemoizedTest.ValueWithoutCopyAnnotations
82 NativeType getNative (void) const { return m_native; } in getNative() function98 NativeType getNative (void) const { return m_native; } in getNative() function
71 void *getNative() const override { return reinterpret_cast<void *>(mModule); } in getNative() function in angle::UwpLibrary
82 void *getNative() const override { return reinterpret_cast<void *>(mModule); } in getNative() function in angle::Win32Library
118 void *getNative() const override { return mModule; } in getNative() function in angle::PosixLibrary
43 int getNative() { in getNative() method in MediaStreamTrack.MediaType
34 public int getNative() { in getNative() method in EncodedImage.FrameType
75 const NativeWindow *getNative() const { return mNative; } in getNative() function