Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp64 m_attribs(DefaultKeyedVector<EGLint, EGLint>(ATTRIBUTE_NONE)), in eglDisplay()
195 m_attribs.add(tmp_buf[i], i); in initialize()
457 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value); in getConfigAttrib()
490 EGLBoolean ret = setAttribValue(config, m_attribs.valueFor(attrib), value); in setConfigAttrib()
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()
[all …]
DeglDisplay.h88 DefaultKeyedVector<EGLint, EGLint> m_attribs; variable