Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp500 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) && in getConfigNativePixelFormat()
524 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) && in getConfigGLPixelFormat()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h100 #define EGL_RED_SIZE 0x3024 macro