Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp422 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value) in getAttribValue() function in eglDisplay
457 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value); in getConfigAttrib()
467 getAttribValue(config, i, &value); in dumpConfig()
500 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) && in getConfigNativePixelFormat()
501 getAttribValue(config, m_attribs.valueFor(EGL_BLUE_SIZE), &blueSize) && in getConfigNativePixelFormat()
502 getAttribValue(config, m_attribs.valueFor(EGL_GREEN_SIZE), &greenSize) && in getConfigNativePixelFormat()
503 getAttribValue(config, m_attribs.valueFor(EGL_ALPHA_SIZE), &alphaSize)) ) in getConfigNativePixelFormat()
524 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) && in getConfigGLPixelFormat()
525 getAttribValue(config, m_attribs.valueFor(EGL_BLUE_SIZE), &blueSize) && in getConfigGLPixelFormat()
526 getAttribValue(config, m_attribs.valueFor(EGL_GREEN_SIZE), &greenSize) && in getConfigGLPixelFormat()
[all …]
DeglDisplay.h74 EGLBoolean getAttribValue(EGLConfig config, EGLint attribIdxi, EGLint * value);