Searched refs:firstPbufferSurface (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/egl_tests/ |
D | EGLSurfaceTest.cpp | 741 EGLSurface firstPbufferSurface; in TEST_P() local 763 firstPbufferSurface = eglCreatePbufferSurface(mDisplay, mConfig, pBufferAttributes); in TEST_P() 765 ASSERT_NE(EGL_NO_SURFACE, firstPbufferSurface); in TEST_P() 773 EXPECT_EGL_TRUE(eglMakeCurrent(mDisplay, firstPbufferSurface, firstPbufferSurface, mContext)); in TEST_P() 780 EXPECT_EGL_TRUE(eglMakeCurrent(mDisplay, secondPbufferSurface, firstPbufferSurface, mContext)); in TEST_P() 789 EXPECT_EGL_TRUE(eglMakeCurrent(mDisplay, firstPbufferSurface, secondPbufferSurface, mContext)); in TEST_P() 795 EXPECT_EGL_TRUE(eglMakeCurrent(mDisplay, firstPbufferSurface, firstPbufferSurface, mContext)); in TEST_P()
|