HomeSort by relevance Sort by last modified time
    Searched full:attribidx (Results 1 - 1 of 1) sorted by null

  /device/generic/goldfish-opengl/system/egl/
eglDisplay.cpp 425 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value)
427 if (attribIdx == ATTRIBUTE_NONE)
432 *value = *(m_configs + (intptr_t)config*m_numConfigAttribs + attribIdx);
478 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value)
480 if (attribIdx == ATTRIBUTE_NONE)
485 *(m_configs + (intptr_t)config*m_numConfigAttribs + attribIdx) = value;

Completed in 67 milliseconds