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 397 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value)
399 if (attribIdx == ATTRIBUTE_NONE)
404 *value = *(m_configs + (int)config*m_numConfigAttribs + attribIdx);
430 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value)
432 if (attribIdx == ATTRIBUTE_NONE)
437 *(m_configs + (int)config*m_numConfigAttribs + attribIdx) = value;

Completed in 75 milliseconds