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 381 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value)
383 if (attribIdx == ATTRIBUTE_NONE)
388 *value = *(m_configs + (intptr_t)config*m_numConfigAttribs + attribIdx);
414 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value)
416 if (attribIdx == ATTRIBUTE_NONE)
421 *(m_configs + (intptr_t)config*m_numConfigAttribs + attribIdx) = value;

Completed in 52 milliseconds