Home
last modified time | relevance | path

Searched defs:const (Results 2326 - 2350 of 15497) sorted by relevance

1...<<919293949596979899100>>...620

/third_party/vk-gl-cts/modules/gles3/
H A Dtes3Context.cpp71 const tcu::RenderTarget& Context::getRenderTarget (void) const in getRenderTarget() argument
/third_party/vk-gl-cts/modules/gles31/
H A Dtes31Context.cpp83 const tcu::RenderTarget& Context::getRenderTarget (void) const in getRenderTarget() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp26 paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const paint() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuPlatform.cpp42 const glu::Platform& Platform::getGLPlatform (void) const in getGLPlatform() argument
47 const eglu::Platform& Platform::getEGLPlatform (void) const in getEGLPlatform() argument
52 const vk::Platform& Platform::getVulkanPlatform (void) const in getVulkanPlatform() argument
57 void Platform::getMemoryLimits (PlatformMemoryLimits& limits) const in getMemoryLimits() argument
H A DtcuResultCollector.hpp50 const std::string getMessage (void) const { return m_message; } in getMessage() argument
[all...]
H A DtcuSeedBuilder.hpp43 deUint32 get (void) const { return m_hash; } in get() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeDirectoryIterator.cpp55 bool DirectoryIterator::hasItem (void) const in hasItem() argument
60 FilePath DirectoryIterator::getItem (void) const in getItem() argument
H A DdePoolString.cpp32 void PoolString::toString (std::string& str) const in toString() argument
H A DdePoolString.hpp82 toString(void) const toString() argument
[all...]
H A DdeThreadLocal.hpp41 inline void* get (void) const { return deThreadLocal_get(m_var); } in get() argument
/third_party/vk-gl-cts/framework/egl/
H A DegluConfigInfo.cpp36 deInt32 ConfigInfo::getAttribute (deUint32 attribute) const in getAttribute() argument
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullPlatform.hpp43 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); } in getGLPlatform() argument
44 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this); } in getEGLPlatform() argument
45 virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platform&>(*this); } in getVulkanPlatform() argument
[all...]
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosNativeDisplay.hpp129 getLibrary(void) const getLibrary() argument
[all...]
/third_party/vk-gl-cts/framework/platform/ohos/display/window/
H A DtcuOhosNativeWindow.hpp65 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() argument
H A DtcuOhosWindowFactory.cpp51 createWindow(NativeDisplay* nativeDisplay, const WindowParams& params) const createWindow() argument
/third_party/vk-gl-cts/framework/platform/ohos/
H A DtcuOhosPlatform.hpp34 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); } in getGLPlatform() argument
35 const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this); } in getEGLPlatform() argument
36 const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platform&>(*this); } in getVulkanPlatform() argument
[all...]
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32Platform.hpp46 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); } in getGLPlatform() argument
48 const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this);} in getEGLPlatform() argument
50 const vk::Platform& getVulkanPlatform (void) const { return m_vulkanPlatform; } in getVulkanPlatform() argument
[all...]
H A DtcuWin32Window.hpp50 HWND getHandle (void) const { return m_window; } in getHandle() argument
51 HDC getDeviceContext (void) const { return GetDC(m_window); } in getDeviceContext() argument
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgToken.cpp77 bool Token::operator!= (const Token& other) const in operator !=() argument
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.hpp47 inline const tcu::PixelBufferAccess& raw (void) const { return m_access; } in raw() argument
48 inline int getNumSamples (void) const { return raw().getWidth(); } in getNumSamples() argument
75 raw(void) const raw() argument
76 getNumSamples(void) const getNumSamples() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp26 paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const paint() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DExtensionGLSL.cpp20 const std::set<std::string> &TExtensionGLSL::getEnabledExtensions() const in getEnabledExtensions() argument
25 const std::set<std::string> &TExtensionGLSL::getRequiredExtensions() const in getRequiredExtensions() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DFindSymbolNode.cpp36 bool isFound() const { return mNodeFound != nullptr; } in isFound() argument
37 const TIntermSymbol *getNode() const { return mNodeFound; } in getNode() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSemaphore.h38 rx::SemaphoreImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DRenderTargetD3D.h31 gl::Extents getExtents() const { return gl::Extents(getWidth(), getHeight(), getDepth()); } in getExtents() argument
32 bool isMultisampled() const { return getSamples() > 0; } in isMultisampled() argument

Completed in 9 milliseconds

1...<<919293949596979899100>>...620