Home
last modified time | relevance | path

Searched defs:getNative (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLCommandQueueCL.h217 inline cl_command_queue CLCommandQueueCL::getNative() const in getNative() function
DCLKernelCL.h34 inline cl_kernel CLKernelCL::getNative() const in getNative() function
DCLSamplerCL.h30 inline cl_sampler CLSamplerCL::getNative() const in getNative() function
DCLMemoryCL.h35 inline cl_mem CLMemoryCL::getNative() const in getNative() function
DCLEventCL.h45 inline cl_event CLEventCL::getNative() const in getNative() function
DCLDeviceCL.h44 inline cl_device_id CLDeviceCL::getNative() const in getNative() function
DCLProgramCL.h63 inline cl_program CLProgramCL::getNative() const in getNative() function
DCLPlatformCL.h48 inline cl_platform_id CLPlatformCL::getNative() const in getNative() 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/vk-gl-cts/external/vulkancts/framework/vulkan/
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/skia/third_party/externals/angle2/src/common/
Dsystem_utils_winuwp.cpp71 void *getNative() const override { return reinterpret_cast<void *>(mModule); } in getNative() function in angle::UwpLibrary
Dsystem_utils_win32.cpp90 void *getNative() const override { return reinterpret_cast<void *>(mModule); } in getNative() function in angle::Win32Library
Dsystem_utils_posix.cpp124 void *getNative() const override { return mModule; } in getNative() function in angle::PosixLibrary
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.h75 const NativeWindow *getNative() const { return mNative; } in getNative() function