Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.cpp180 std::vector<EGLint> newAttribs; in chooseConfig() local
202 newAttribs.resize(numAttribs); in chooseConfig()
203 memcpy(&newAttribs[0], attribs, numAttribs * sizeof(EGLint)); in chooseConfig()
210 newAttribs.push_back(EGL_SURFACE_TYPE); in chooseConfig()
211 newAttribs.push_back(0); in chooseConfig()
213 newAttribs[surfaceTypeIdx + 1] &= ~(EGLint)EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in chooseConfig()
219 newAttribs.push_back(EGL_CONFIG_CAVEAT); in chooseConfig()
220 newAttribs.push_back(EGL_DONT_CARE); in chooseConfig()
223 newAttribs.push_back(EGL_NONE); in chooseConfig()
228 &newAttribs[0], in chooseConfig()