Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/cl/
DCLMemoryCL.h35 inline cl_mem CLMemoryCL::getNative() const in getNative() function
DCLSamplerCL.h30 inline cl_sampler CLSamplerCL::getNative() const in getNative() function
DCLCommandQueueCL.h217 inline cl_command_queue CLCommandQueueCL::getNative() const in getNative() function
DCLKernelCL.h34 inline cl_kernel CLKernelCL::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
/external/angle/include/
Dangle_cl.h78 NativeObjectType *getNative() { return static_cast<NativeObjectType *>(this); } in getNative() function
80 const NativeObjectType *getNative() const in getNative() function
/external/auto/value/src/test/java/com/google/auto/value/extension/memoized/
DMemoizedTest.java43 abstract boolean getNative(); in getNative() method in MemoizedTest.ValueWithKeywordName
62 abstract boolean getNative(); in getNative() method in MemoizedTest.ValueWithCopyAnnotations
73 abstract boolean getNative(); in getNative() method in MemoizedTest.ValueWithoutCopyAnnotations
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp84 NativeType getNative (void) const { return m_native; } in getNative() function
100 NativeType getNative (void) const { return m_native; } in getNative() function
/external/angle/src/common/
Dsystem_utils.h156 void *getNative() const { return mLibraryHandle; } in getNative() function
/external/webrtc/sdk/android/api/org/webrtc/
DMediaStreamTrack.java43 int getNative() { in getNative() method in MediaStreamTrack.MediaType
DEncodedImage.java34 public int getNative() { in getNative() method in EncodedImage.FrameType