Home
last modified time | relevance | path

Searched refs:queryIsFixedSize (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp707 EGLint queryIsFixedSize = 0; in TEST_P() local
709 eglQuerySurface(mDisplay, mWindowSurface, EGL_FIXED_SIZE_ANGLE, &queryIsFixedSize)); in TEST_P()
711 EXPECT_EGL_TRUE(queryIsFixedSize); in TEST_P()