Lines Matching refs:mPixmap
80 mPixmap = eglCreatePixmapSurface(window->getDisplay(), window->getConfig(), in testSetUp()
82 ASSERT_NE(mPixmap, EGL_NO_SURFACE); in testSetUp()
93 if (mPixmap) in testTearDown()
96 eglDestroySurface(window->getDisplay(), mPixmap); in testTearDown()
106 EGLSurface mPixmap = EGL_NO_SURFACE; member in PixmapTest
130 eglMakeCurrent(window->getDisplay(), mPixmap, mPixmap, window->getContext()); in TEST_P()
161 eglMakeCurrent(window->getDisplay(), mPixmap, mPixmap, window->getContext()); in TEST_P()
185 eglBindTexImage(window->getDisplay(), mPixmap, EGL_BACK_BUFFER); in TEST_P()
197 eglReleaseTexImage(window->getDisplay(), mPixmap, EGL_BACK_BUFFER); in TEST_P()
216 eglMakeCurrent(window->getDisplay(), mPixmap, mPixmap, window->getContext()); in TEST_P()
240 eglBindTexImage(window->getDisplay(), mPixmap, EGL_BACK_BUFFER); in TEST_P()