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

  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 409 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value)
411 if (attribIdx == ATTRIBUTE_NONE)
416 *value = *(m_configs + (intptr_t)config*m_numConfigAttribs + attribIdx);
442 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value)
444 if (attribIdx == ATTRIBUTE_NONE)
449 *(m_configs + (intptr_t)config*m_numConfigAttribs + attribIdx) = value;
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 234 milliseconds