HomeSort by relevance Sort by last modified time
    Searched refs:mWndSurface (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/rs/
rsContext.cpp 109 status_t err = EGLUtils::selectConfigForNativeWindow(mEGL.mDisplay, configAttribs, mWndSurface, &mEGL.mConfig);
331 mDraw &= (rsc->mWndSurface != NULL);
442 mWndSurface = NULL;
507 mWndSurface = sur;
508 if (mWndSurface != NULL) {
517 mEGL.mSurface = eglCreateWindowSurface(mEGL.mDisplay, mEGL.mConfig, mWndSurface, NULL);
rsContext.h 249 ANativeWindow *mWndSurface;

Completed in 4119 milliseconds