OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribIdx
(Results
1 - 2
of
2
) 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;
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 37 milliseconds