Home
last modified time | relevance | path

Searched refs:EGL_NO_DISPLAY (Results 1 - 25 of 111) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDisplayLuidTest.cpp17 EGLDisplayLuidTest() : mDisplay(EGL_NO_DISPLAY) {} in EGLDisplayLuidTest()
21 if (mDisplay != EGL_NO_DISPLAY)
32 EGL_NO_DISPLAY); in testInvalidAttribs() local
42 EXPECT_NE(mDisplay, EGL_NO_DISPLAY); in testValidAttribs()
H A DEGLSyncControlTest.cpp43 static_cast<const char *>(eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS));
72 if (mDisplay != EGL_NO_DISPLAY)
75 mDisplay = EGL_NO_DISPLAY;
112 ASSERT_TRUE(mDisplay != EGL_NO_DISPLAY); in InitializeDisplay()
167 EGLDisplay mDisplay = EGL_NO_DISPLAY;
H A DEGLQueryContextTest.cpp23 EXPECT_TRUE(mDisplay != EGL_NO_DISPLAY);
55 if (mDisplay != EGL_NO_DISPLAY)
68 EGLDisplay mDisplay = EGL_NO_DISPLAY;
121 EXPECT_TRUE(eglQueryContext(EGL_NO_DISPLAY, mContext, EGL_CONTEXT_CLIENT_TYPE, &val) == in TEST_P()
133 mDisplay = EGL_NO_DISPLAY; in TEST_P()
H A DEGLDeviceTest.cpp35 mDisplay(EGL_NO_DISPLAY), in EGLDeviceCreationTest()
61 static_cast<const char *>(eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS));
91 if (mDisplay != EGL_NO_DISPLAY)
94 mDisplay = EGL_NO_DISPLAY;
236 ASSERT_NE(EGL_NO_DISPLAY, mDisplay); in TEST_P()
265 ASSERT_NE(EGL_NO_DISPLAY, display1); in TEST_P()
268 ASSERT_NE(EGL_NO_DISPLAY, display2); in TEST_P()
H A DEGLNoConfigContextTest.cpp23 EGLNoConfigContextTest() : mDisplay(EGL_NO_DISPLAY), mContext(EGL_NO_CONTEXT) {} in EGLNoConfigContextTest()
32 EXPECT_TRUE(mDisplay != EGL_NO_DISPLAY);
48 if (mDisplay != EGL_NO_DISPLAY)
61 EGLDisplay mDisplay = EGL_NO_DISPLAY;
H A DEGLContextSharingTest.cpp45 if (display != EGL_NO_DISPLAY)
74 if (mDisplay != EGL_NO_DISPLAY)
91 mDisplay = EGL_NO_DISPLAY;
149 EGLDisplay mDisplay = EGL_NO_DISPLAY;
660 EXPECT_TRUE(mDisplay != EGL_NO_DISPLAY); in TEST_P()
712 EXPECT_TRUE(mDisplay != EGL_NO_DISPLAY); in TEST_P()
730 mDisplay = EGL_NO_DISPLAY; in TEST_P()
748 mDisplay = EGL_NO_DISPLAY; in TEST_P()
771 EXPECT_TRUE(mDisplay != EGL_NO_DISPLAY); in TEST_P()
823 EXPECT_TRUE(mDisplay != EGL_NO_DISPLAY); in TEST_P()
[all...]
H A DEGLFeatureControlTest.cpp19 void testSetUp() override { mDisplay = EGL_NO_DISPLAY; }
23 if (mDisplay != EGL_NO_DISPLAY)
41 EXPECT_NE(mDisplay, EGL_NO_DISPLAY); in initTest()
55 EXPECT_EQ(nullptr, eglQueryStringiANGLE(EGL_NO_DISPLAY, EGL_FEATURE_NAME_ANGLE, 0)); in TEST_P()
177 ASSERT_TRUE(dpy_override != EGL_NO_DISPLAY); in TEST_P()
H A DEGLBufferAgeTest.cpp21 EGLBufferAgeTest() : mDisplay(EGL_NO_DISPLAY) {} in EGLBufferAgeTest()
28 EXPECT_TRUE(mDisplay != EGL_NO_DISPLAY);
36 if (mDisplay != EGL_NO_DISPLAY)
40 mDisplay = EGL_NO_DISPLAY;
99 EGLDisplay mDisplay = EGL_NO_DISPLAY;
H A DEGLAndroidFrameBufferTargetTest.cpp27 ASSERT_TRUE(mDisplay != EGL_NO_DISPLAY);
30 EGLDisplay mDisplay = EGL_NO_DISPLAY;
H A DEGLPresentPathD3D11Test.cpp21 : mDisplay(EGL_NO_DISPLAY), in EGLPresentPathD3D11()
54 ASSERT_TRUE(EGL_NO_DISPLAY != mDisplay); in initializeEGL()
137 if (mDisplay != EGL_NO_DISPLAY)
156 mDisplay = EGL_NO_DISPLAY;
H A DEGLProgramCacheControlTest.cpp94 eglProgramCacheGetAttribANGLE(EGL_NO_DISPLAY, EGL_PROGRAM_CACHE_KEY_LENGTH_ANGLE); in TEST_P()
97 eglProgramCachePopulateANGLE(EGL_NO_DISPLAY, kDefaultKey, kDefaultKeySize, kDefaultBinary, in TEST_P()
103 eglProgramCacheQueryANGLE(EGL_NO_DISPLAY, 0, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P()
106 eglProgramCacheResizeANGLE(EGL_NO_DISPLAY, 0, EGL_PROGRAM_CACHE_TRIM_ANGLE); in TEST_P()
H A DEGLX11VisualTest.cpp82 ASSERT_TRUE(display != EGL_NO_DISPLAY); in TEST_P()
108 ASSERT_NE(EGL_NO_DISPLAY, display); in TEST_P()
186 ASSERT_NE(EGL_NO_DISPLAY, display); in TEST_P()
/third_party/vk-gl-cts/modules/egl/
H A DteglSimpleConfigCase.cpp47 , m_display (EGL_NO_DISPLAY) in SimpleConfigCase()
59 DE_ASSERT(m_display == EGL_NO_DISPLAY && m_configs.empty()); in init()
77 m_display = EGL_NO_DISPLAY; in init()
90 if (m_display != EGL_NO_DISPLAY) in deinit()
93 m_display = EGL_NO_DISPLAY; in deinit()
H A DteglNegativeApiTests.cpp174 expectFalse(eglBindTexImage(EGL_NO_DISPLAY, EGL_NO_SURFACE, EGL_BACK_BUFFER)); in init()
211 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, pixmap->getLegacyNative())); in init()
259 expectFalse(eglChooseConfig(EGL_NO_DISPLAY, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(configs), &numConfigs)); in init()
295 expectNoContext(eglCreateContext(EGL_NO_DISPLAY, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
495 expectNoSurface(eglCreatePbufferFromClientBuffer(EGL_NO_DISPLAY, EGL_OPENVG_IMAGE, 0, (EGLConfig)0, DE_NULL)); in init()
565 expectNoSurface(eglCreatePbufferSurface(EGL_NO_DISPLAY, DE_NULL, s_emptyAttribList)); in init()
680 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList)); in init()
710 expectNoSurface(eglCreateWindowSurface(EGL_NO_DISPLAY, config, window->getLegacyNative(), s_emptyAttribList)); in init()
727 expectFalse(eglDestroyContext(EGL_NO_DISPLAY, DE_NULL)); in init()
753 expectFalse(eglDestroySurface(EGL_NO_DISPLAY, DE_NUL in init()
[all...]
H A DteglInfoTests.cpp60 , m_display (EGL_NO_DISPLAY) in InfoCase()
67 DE_ASSERT(m_display == EGL_NO_DISPLAY); in init()
74 m_display = EGL_NO_DISPLAY; in deinit()
H A DteglApiCase.cpp43 , m_display (EGL_NO_DISPLAY) in ApiCase()
62 m_display = EGL_NO_DISPLAY; in deinit()
141 if (got != EGL_NO_DISPLAY) in expectNoDisplay()
143 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: EGL_NO_DISPLAY" << TestLog::EndMessage; in expectNoDisplay()
H A DteglQueryConfigTests.cpp99 , m_display (EGL_NO_DISPLAY) in GetConfigsBoundsCase()
105 DE_ASSERT(m_display == EGL_NO_DISPLAY); in init()
113 m_display = EGL_NO_DISPLAY; in deinit()
231 , m_display (EGL_NO_DISPLAY) in GetConfigAttribCase()
237 DE_ASSERT(m_display == EGL_NO_DISPLAY); in init()
248 m_display = EGL_NO_DISPLAY; in deinit()
/third_party/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp30 return EGL_NO_DISPLAY; in get_angle_egl_display()
52 EGLDisplay fDisplay = EGL_NO_DISPLAY;
69 if (EGL_NO_DISPLAY == fDisplay) { in onInitializeContext()
154 if (EGL_NO_DISPLAY != fDisplay) { in onDestroyContext()
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp35 #define EGL_NO_DISPLAY ((EGLDisplay)0) macro
150 return EGL_NO_DISPLAY; in CurrentDisplay()
190 EGLDisplay fDisplay = EGL_NO_DISPLAY;
220 : fContext(EGL_NO_CONTEXT), fDisplay(EGL_NO_DISPLAY), fSurface(EGL_NO_SURFACE) {
258 if (EGL_NO_DISPLAY == fDisplay) {
343 if (EGL_NO_DISPLAY == fDisplay) {
364 fDisplay = EGL_NO_DISPLAY;
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/
H A Dmain.cpp14 static EGLDisplay g_EglDisplay = EGL_NO_DISPLAY;
38 if (g_EglDisplay == EGL_NO_DISPLAY) in init()
39 __android_log_print(ANDROID_LOG_ERROR, g_LogTag, "%s", "eglGetDisplay(EGL_DEFAULT_DISPLAY) returned EGL_NO_DISPLAY"); in init()
128 if (g_EglDisplay == EGL_NO_DISPLAY) in tick()
207 if (g_EglDisplay != EGL_NO_DISPLAY) in shutdown()
220 g_EglDisplay = EGL_NO_DISPLAY; in shutdown()
/third_party/skia/third_party/externals/angle2/util/
H A DEGLWindow.cpp63 mDisplay(EGL_NO_DISPLAY), in EGLWindow()
156 static_cast<const char *>(eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS)); in initializeDisplay()
373 if (mDisplay == EGL_NO_DISPLAY) in initializeDisplay()
732 if (mDisplay != EGL_NO_DISPLAY) in destroyGL()
736 mDisplay = EGL_NO_DISPLAY; in destroyGL()
745 assert(mDisplay != EGL_NO_DISPLAY); in destroySurface()
756 assert(mDisplay != EGL_NO_DISPLAY); in destroyContext()
764 return mSurface != EGL_NO_SURFACE && mContext != EGL_NO_CONTEXT && mDisplay != EGL_NO_DISPLAY; in isGLInitialized()
/third_party/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp72 return EGL_NO_DISPLAY; in get_angle_egl_display()
197 if (EGL_NO_DISPLAY == fDisplay) { in ANGLEGLContext()
239 SkASSERT(EGL_NO_DISPLAY == fDisplay); in ANGLEGLContext()
243 if (EGL_NO_DISPLAY == fDisplay) { in ANGLEGLContext()
425 if (EGL_NO_DISPLAY != fDisplay) { in destroyGLContext()
453 fDisplay = EGL_NO_DISPLAY; in destroyGLContext()
/third_party/vk-gl-cts/framework/egl/
H A DegluUtil.cpp88 const char* const extensionStr = egl.queryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in getClientExtensions()
102 DE_ASSERT(display != EGL_NO_DISPLAY); in getDisplayExtensions()
243 EGLDisplay display = EGL_NO_DISPLAY; in getDisplay()
270 TCU_CHECK(display != EGL_NO_DISPLAY); in getDisplay()
278 TCU_CHECK(display != EGL_NO_DISPLAY); in getDisplay()
284 TCU_CHECK(display != EGL_NO_DISPLAY); in getDisplay()
289 DE_ASSERT(display != EGL_NO_DISPLAY); in getDisplay()
H A DegluUnique.cpp41 if (m_display != EGL_NO_DISPLAY) in ~UniqueDisplay()
47 return m_display != EGL_NO_DISPLAY; in operator bool()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp47 if(display == EGL_NO_DISPLAY) in validateDisplay()
197 if(dpy == EGL_NO_DISPLAY) in Terminate()
215 if(dpy == EGL_NO_DISPLAY && name == EGL_EXTENSIONS) in QueryString()
1046 return success(EGL_NO_DISPLAY); in GetCurrentDisplay()
1053 return error(EGL_BAD_ACCESS, EGL_NO_DISPLAY); in GetCurrentDisplay()
1318 return error(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); in GetPlatformDisplay()
1325 return error(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); // Unimplemented in GetPlatformDisplay()
1330 return error(EGL_BAD_ATTRIBUTE, EGL_NO_DISPLAY); // Unimplemented in GetPlatformDisplay()
1340 return error(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); in GetPlatformDisplay()
1345 return error(EGL_BAD_PARAMETER, EGL_NO_DISPLAY); // Unimplemente in GetPlatformDisplay()
[all...]

Completed in 16 milliseconds

12345