Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DDisplay.h249 const std::string &getClientAPIString() const;
H A DDisplay.cpp2404 const std::string &Display::getClientAPIString() const in getClientAPIString() function in egl::Display
/aosp_15_r20/external/angle/src/libGLESv2/
H A Degl_stubs.cpp602 result = display->getClientAPIString().c_str(); in QueryString()