Home
last modified time | relevance | path

Searched refs:getVendorString (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/egl/main/
Deglglvnd.c68 imports->getVendorString = __eglGLVNDGetVendorString; in __egl_Main()
/external/angle/src/libANGLE/renderer/gl/
DDisplayGL.h57 std::string getVendorString() override;
DDisplayGL.cpp160 std::string DisplayGL::getVendorString() in getVendorString() function in rx::DisplayGL
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp86 std::string DisplayVk::getVendorString() in getVendorString() function in rx::DisplayVk
90 return mRenderer->getVendorString(); in getVendorString()
DDisplayVk.h86 std::string getVendorString() override;
DRendererVk.h141 std::string getVendorString() const;
DRendererVk.cpp2004 std::string RendererVk::getVendorString() const in getVendorString() function in rx::RendererVk
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.h44 std::string getVendorString() override;
DDisplayNULL.cpp115 std::string DisplayNULL::getVendorString() in getVendorString() function in rx::DisplayNULL
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp365 std::string DisplayD3D::getVendorString() in getVendorString() function in rx::DisplayD3D
369 return mRenderer->getVendorString(); in getVendorString()
DDisplayD3D.h88 std::string getVendorString() override;
DRendererD3D.h164 virtual std::string getVendorString() const = 0;
/external/angle/src/libANGLE/renderer/
DDisplayImpl.h98 virtual std::string getVendorString() = 0;
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h50 std::string getVendorString() override;
DDisplayMtl.mm212 std::string DisplayMtl::getVendorString()
/external/angle/src/libANGLE/
DDisplay.h239 const std::string &getVendorString() const;
DDisplay.cpp1904 std::string vendorStringImpl = mImplementation->getVendorString(); in initVendorString()
1944 const std::string &Display::getVendorString() const in getVendorString() function in egl::Display
1961 return mImplementation->getVendorString(); in getBackendVendorString()
DContext.cpp3225 return reinterpret_cast<const GLubyte *>(mDisplay->getVendorString().c_str()); in getString()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.h419 std::string getVendorString() const override;
DRenderer9.cpp3289 std::string Renderer9::getVendorString() const in getVendorString() function in rx::Renderer9
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h490 std::string getVendorString() const override;
DRenderer11.cpp4317 std::string Renderer11::getVendorString() const in getVendorString() function in rx::Renderer11
/external/angle/src/libGLESv2/
Degl_stubs.cpp534 result = display->getVendorString().c_str(); in QueryString()