Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DDevice.cpp106 void *nativeAttribute = nullptr; in getAttribute() local
108 getImplementation()->getAttribute(getOwningDisplay(), attribute, &nativeAttribute); in getAttribute()
109 *value = reinterpret_cast<EGLAttrib>(nativeAttribute); in getAttribute()