OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAttribValue
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/system/egl/
eglDisplay.h
62
EGLBoolean
setAttribValue
(EGLConfig config, EGLint attribIdxi, EGLint value);
eglDisplay.cpp
430
EGLBoolean eglDisplay::
setAttribValue
(EGLConfig config, EGLint attribIdx, EGLint value)
445
EGLBoolean ret =
setAttribValue
(config, m_attribs.valueFor(attrib), value);
Completed in 826 milliseconds