Searched refs:m_impl (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPrograms.hpp | 86 explicit Iterator (const IteratorImpl& i) : m_impl(i) {} in Iterator() 88 Iterator& operator++ (void) { ++m_impl; return *this; } in operator ++() 91 const std::string& getName (void) const { return m_impl->first; } in getName() 92 const Program& getProgram (void) const { return *m_impl->second; } in getProgram() 94 bool operator== (const Iterator& other) const { return m_impl == other.m_impl; } in operator ==() 95 bool operator!= (const Iterator& other) const { return m_impl != other.m_impl; } in operator !=() 99 IteratorImpl m_impl; member in vk::ProgramCollection::Iterator
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentation.java | 31 private final ButtonPropertyEditorPresentationImpl m_impl; field in ButtonPropertyEditorPresentation 44 m_impl = in ButtonPropertyEditorPresentation() 59 m_impl.setSelection(propertyTable, property, selected); in setSelection() 74 return m_impl.show(propertyTable, property, x, y, width, height); in show() 79 m_impl.hide(propertyTable, property); in hide()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidInternals.cpp | 242 , m_impl (DE_NULL) in GraphicBuffer() 248 m_impl = createGraphicBuffer(m_functions, m_baseFunctions, width, height, format, usage); in GraphicBuffer() 253 if (m_impl && m_baseFunctions.decRef) in ~GraphicBuffer() 255 m_baseFunctions.decRef(getAndroidNativeBase(m_impl)); in ~GraphicBuffer() 256 m_impl = DE_NULL; in ~GraphicBuffer() 262 return m_functions.lock(m_impl, usage, vaddr); in lock() 267 return m_functions.unlock(m_impl); in unlock() 272 return m_functions.getNativeBuffer(m_impl); in getNativeBuffer()
|
D | tcuAndroidInternals.hpp | 181 android::GraphicBuffer* m_impl; member in tcu::Android::internal::GraphicBuffer
|
/external/eigen/unsupported/Eigen/ |
D | FFT | 175 FFT( const impl_type & impl=impl_type() , Flag flags=Default ) :m_impl(impl),m_flag(flags) { } 189 m_impl.fwd(dst,src,static_cast<int>(nfft)); 197 m_impl.fwd(dst,src,static_cast<int>(nfft)); 204 m_impl.fwd2(dst,src,n0,n1); 274 m_impl.inv( dst,src,static_cast<int>(nfft) ); 282 m_impl.inv( dst,src,static_cast<int>(nfft) ); 363 m_impl.inv2(dst,src,n0,n1); 370 impl_type & impl() {return m_impl;} 398 impl_type m_impl;
|