HomeSort by relevance Sort by last modified time
    Searched refs:setAttribValue (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish-opengl/system/egl/
eglDisplay.h 78 EGLBoolean setAttribValue(EGLConfig config, EGLint attribIdxi, EGLint value);
eglDisplay.cpp 483 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value)
498 EGLBoolean ret = setAttribValue(config, m_attribs.valueFor(attrib), value);

Completed in 58 milliseconds