Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp497 m_attribs, attrib, EGL_DONT_CARE), in getConfigAttrib()
537 EGL_DONT_CARE), in setConfigAttrib()
551 findObjectOrDefault(m_attribs, EGL_RED_SIZE, EGL_DONT_CARE), in getConfigNativePixelFormat()
555 findObjectOrDefault(m_attribs, EGL_BLUE_SIZE, EGL_DONT_CARE), in getConfigNativePixelFormat()
559 findObjectOrDefault(m_attribs, EGL_GREEN_SIZE, EGL_DONT_CARE), in getConfigNativePixelFormat()
563 findObjectOrDefault(m_attribs, EGL_ALPHA_SIZE, EGL_DONT_CARE), in getConfigNativePixelFormat()
587 findObjectOrDefault(m_attribs, EGL_RED_SIZE, EGL_DONT_CARE), in getConfigGLPixelFormat()
591 findObjectOrDefault(m_attribs, EGL_BLUE_SIZE, EGL_DONT_CARE), in getConfigGLPixelFormat()
595 findObjectOrDefault(m_attribs, EGL_GREEN_SIZE, EGL_DONT_CARE), in getConfigGLPixelFormat()
599 findObjectOrDefault(m_attribs, EGL_ALPHA_SIZE, EGL_DONT_CARE), in getConfigGLPixelFormat()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h74 #define EGL_DONT_CARE ((EGLint)-1) macro