Lines Matching refs:mANW

153     sp<ANativeWindow> mANW = mSTC;  in TEST_F()  local
156 mANW.get(), NULL); in TEST_F()
273 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
281 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
321 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
329 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
334 static_cast<android_dataspace>(ANativeWindow_getBuffersDataSpace(mANW.get())); in TEST_F()
413 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
421 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
585 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
593 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F()
637 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
643 … EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs.data()); in TEST_F()
719 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
721 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F()
824 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
826 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F()
850 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
859 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
897 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
906 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
928 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
937 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
944 eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
968 sp<ANativeWindow> mANW = mSTC; in TEST_F() local
977 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs); in TEST_F()
981 …ataspace dataspace = static_cast<android_dataspace>(ANativeWindow_getBuffersDataSpace(mANW.get())); in TEST_F()
987 eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL); in TEST_F()
991 dataspace = static_cast<android_dataspace>(ANativeWindow_getBuffersDataSpace(mANW.get())); in TEST_F()