Searched refs:getAttribValue (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | eglDisplay.cpp | 409 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value) in getAttribValue() function in eglDisplay 424 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value); in getConfigAttrib() 434 getAttribValue(config, i, &value); in dumpConfig() 467 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) && in getConfigNativePixelFormat() 468 getAttribValue(config, m_attribs.valueFor(EGL_BLUE_SIZE), &blueSize) && in getConfigNativePixelFormat() 469 getAttribValue(config, m_attribs.valueFor(EGL_GREEN_SIZE), &greenSize) && in getConfigNativePixelFormat() 470 getAttribValue(config, m_attribs.valueFor(EGL_ALPHA_SIZE), &alphaSize)) ) in getConfigNativePixelFormat() 491 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) && in getConfigGLPixelFormat() 492 getAttribValue(config, m_attribs.valueFor(EGL_BLUE_SIZE), &blueSize) && in getConfigGLPixelFormat() 493 getAttribValue(config, m_attribs.valueFor(EGL_GREEN_SIZE), &greenSize) && in getConfigGLPixelFormat() [all …]
|
D | eglDisplay.h | 61 EGLBoolean getAttribValue(EGLConfig config, EGLint attribIdxi, EGLint * value);
|