Lines Matching refs:eglCreateStreamKHR
93 EGLStreamKHR stream = eglCreateStreamKHR(display, &streamAttributesBad[0]); in TEST_P()
97 stream = eglCreateStreamKHR(display, &streamAttributesBad[3]); in TEST_P()
101 stream = eglCreateStreamKHR(display, &streamAttributesBad[6]); in TEST_P()
105 stream = eglCreateStreamKHR(display, &streamAttributesBad[9]); in TEST_P()
109 stream = eglCreateStreamKHR(display, &streamAttributesBad[12]); in TEST_P()
119 stream = eglCreateStreamKHR(EGL_NO_DISPLAY, streamAttributes); in TEST_P()
124 stream = eglCreateStreamKHR(display, streamAttributes); in TEST_P()
173 EGLStreamKHR stream = eglCreateStreamKHR(display, streamAttributes); in TEST_P()
211 EGLStreamKHR stream = eglCreateStreamKHR(display, streamAttributes); in TEST_P()
328 EGLStreamKHR stream = eglCreateStreamKHR(display, streamAttributes); in TEST_P()
412 mStream = eglCreateStreamKHR(mDisplay, nullptr); in testSetUp()
771 EGLStreamKHR stream = eglCreateStreamKHR(display, streamAttributes); in TEST_P()