Home
last modified time | relevance | path

Searched refs:getClientAPIString (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DDisplay.h237 const std::string &getClientAPIString() const;
DDisplay.cpp2346 const std::string &Display::getClientAPIString() const in getClientAPIString() function in egl::Display
/external/angle/src/libGLESv2/
Degl_stubs.cpp546 result = display->getClientAPIString().c_str(); in QueryString()