Searched defs:getNative (Results 1 – 14 of 14) sorted by relevance
217 inline cl_command_queue CLCommandQueueCL::getNative() const in getNative() function
34 inline cl_kernel CLKernelCL::getNative() const in getNative() function
30 inline cl_sampler CLSamplerCL::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
63 inline cl_program CLProgramCL::getNative() const in getNative() function
48 inline cl_platform_id CLPlatformCL::getNative() const in getNative() function
78 NativeObjectType *getNative() { return static_cast<NativeObjectType *>(this); } in getNative() function80 const NativeObjectType *getNative() const in getNative() function
83 NativeType getNative (void) const { return m_native; } in getNative() function99 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
90 void *getNative() const override { return reinterpret_cast<void *>(mModule); } in getNative() function in angle::Win32Library
124 void *getNative() const override { return mModule; } in getNative() function in angle::PosixLibrary
75 const NativeWindow *getNative() const { return mNative; } in getNative() function