• Home
  • Raw
  • Download

Lines Matching refs:mANW

154     sp<ANativeWindow> mANW = mSTC;  in TEST_F()  local
157 mANW.get(), NULL); in TEST_F()
274 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
282 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
322 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
330 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
335 static_cast<android_dataspace>(ANativeWindow_getBuffersDataSpace(mANW.get())); in TEST_F()
414 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
422 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
586 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
594 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F()
638 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
644 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F()
720 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
722 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F()
825 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
827 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F()
851 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
860 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
898 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
907 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
929 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
938 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
945 eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
969 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
978 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
982 …ataspace dataspace = static_cast<android_dataspace>(ANativeWindow_getBuffersDataSpace(mANW.get())); in TEST_F()
988 eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F()
992 dataspace = static_cast<android_dataspace>(ANativeWindow_getBuffersDataSpace(mANW.get())); in TEST_F()