Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp442 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value) in getAttribValue() argument
444 if (attribIdx == ATTRIBUTE_NONE) in getAttribValue()
449 *value = *(m_configs + (intptr_t)(getIndexOfConfig(config))*m_numConfigAttribs + attribIdx); in getAttribValue()
516 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value) in setAttribValue() argument
518 if (attribIdx == ATTRIBUTE_NONE) in setAttribValue()
523 *(m_configs + (intptr_t)(getIndexOfConfig(config))*m_numConfigAttribs + attribIdx) = value; in setAttribValue()