Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp492 std::vector<EGLint> wanted_attribs; in eglChooseConfig() local
520 wanted_attribs.push_back(EGL_LEVEL); in eglChooseConfig()
527 wanted_attribs.push_back(EGL_BUFFER_SIZE); in eglChooseConfig()
536 wanted_attribs.push_back(EGL_RED_SIZE); in eglChooseConfig()
544 wanted_attribs.push_back(EGL_GREEN_SIZE); in eglChooseConfig()
552 wanted_attribs.push_back(EGL_BLUE_SIZE); in eglChooseConfig()
559 wanted_attribs.push_back(EGL_LUMINANCE_SIZE); in eglChooseConfig()
568 wanted_attribs.push_back(EGL_ALPHA_SIZE); in eglChooseConfig()
575 wanted_attribs.push_back(EGL_ALPHA_MASK_SIZE); in eglChooseConfig()
583 wanted_attribs.push_back(EGL_BIND_TO_TEXTURE_RGB); in eglChooseConfig()
[all …]