Searched refs:nativeAttribs (Results 1 – 2 of 2) sorted by relevance
32 native_egl::AttributeVector nativeAttribs = in initialize() local34 native_egl::FinalizeAttributeVector(&nativeAttribs); in initialize()36 mSurface = mEGL->createPbufferSurface(mConfig, nativeAttribs.data()); in initialize()
32 native_egl::AttributeVector nativeAttribs = in initialize() local34 native_egl::FinalizeAttributeVector(&nativeAttribs); in initialize()36 mSurface = mEGL->createWindowSurface(mConfig, mWindow, nativeAttribs.data()); in initialize()