/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLCreateContextAttribsTest.cpp | 25 EGLint dispattrs[] = {EGL_PLATFORM_ANGLE_TYPE_ANGLE, GetParam().getRenderer(), EGL_NONE}; 46 EGLint cfgAttribList1[] = {EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT, EGL_NONE}; in TEST_P() 52 EGL_NONE}; in TEST_P() 58 EGLint cfgAttribList2[] = {EGL_RENDERABLE_TYPE, (EGL_OPENGL_ES2_BIT), EGL_NONE}; in TEST_P() 64 EGL_NONE}; in TEST_P() 71 EGL_NONE}; in TEST_P() 78 EGL_NONE}; in TEST_P() 131 EGL_NONE}; in TEST_P() 141 EGL_NONE}; in TEST_P() 151 EGL_NONE}; in TEST_P() [all...] |
H A D | EGLBackwardsCompatibleContextTest.cpp | 36 EGLint dispattrs[] = {EGL_PLATFORM_ANGLE_TYPE_ANGLE, GetParam().getRenderer(), EGL_NONE}; 66 EGLint surfaceType = EGL_NONE; 71 EGL_WIDTH, 500, EGL_HEIGHT, 500, EGL_NONE, 121 EGL_NONE, in TEST_P() 122 EGL_NONE}; in TEST_P() 150 EGL_CONTEXT_MAJOR_VERSION, 3, EGL_CONTEXT_MINOR_VERSION, 0, EGL_NONE, EGL_NONE}; in TEST_P() 160 EGL_CONTEXT_MAJOR_VERSION, 2, EGL_CONTEXT_MINOR_VERSION, 0, EGL_NONE, EGL_NONE}; in TEST_P() 181 EGL_CONTEXT_MAJOR_VERSION, 1, EGL_CONTEXT_MINOR_VERSION, 1, EGL_NONE, EGL_NON in TEST_P() [all...] |
H A D | EGLIOSurfaceClientBufferTest.cpp | 188 EGL_NONE, EGL_NONE, in createIOSurfacePbuffer() 759 EGL_NONE, EGL_NONE, in TEST_P() 781 EGL_NONE, EGL_NONE, in TEST_P() 801 EGL_NONE, EGL_NONE, in TEST_P() 821 EGL_NONE, EGL_NONE, in TEST_P() [all...] |
H A D | EGLStreamTest.cpp | 78 EGL_NONE, in TEST_P() 81 EGL_NONE, in TEST_P() 84 EGL_NONE, in TEST_P() 87 EGL_NONE, in TEST_P() 90 EGL_NONE, in TEST_P() 117 EGL_NONE, in TEST_P() 171 EGL_CONSUMER_LATENCY_USEC_KHR, 0, EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR, 0, EGL_NONE, in TEST_P() 209 EGL_CONSUMER_LATENCY_USEC_KHR, 0, EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR, 0, EGL_NONE, in TEST_P() 220 EGL_NONE, in TEST_P() 225 EGL_NONE, in TEST_P() [all...] |
H A D | EGLSurfaceTest.cpp | 118 displayAttributes.push_back(EGL_NONE); in initializeDisplay() 134 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, GetParam().majorVersion, EGL_NONE}; in initializeSingleContext() 159 EGLint surfaceType = EGL_NONE; in initializeWindowSurfaceWithAttribs() 165 windowAttributes.push_back(EGL_NONE); in initializeWindowSurfaceWithAttribs() 180 EGLint surfaceType = EGL_NONE; in initializeSurfaceWithAttribs() 197 pbufferAttributes.push_back(EGL_NONE); in initializeSurfaceWithAttribs() 230 EGL_NONE}; in chooseDefaultConfig() 291 surfaceAttributes.push_back(EGL_NONE); in runMessageLoopTest() 292 surfaceAttributes.push_back(EGL_NONE); in runMessageLoopTest() 366 EGL_NONE, in initializeSurfaceWithFloatConfig() [all...] |
H A D | EGLQueryContextTest.cpp | 20 EGLint dispattrs[] = {EGL_PLATFORM_ANGLE_TYPE_ANGLE, GetParam().getRenderer(), EGL_NONE}; 35 EGL_NONE}; 39 EGLint ctxattrs[] = {EGL_CONTEXT_CLIENT_VERSION, clientVersion, EGL_NONE}; 43 EGLint surfaceType = EGL_NONE; 47 EGLint surfattrs[] = {EGL_WIDTH, 16, EGL_HEIGHT, 16, EGL_NONE}; 102 EXPECT_TRUE(renderBuffer == EGL_NONE); in TEST_P()
|
H A D | EGLDisplayLuidTest.cpp | 60 EGL_PLATFORM_ANGLE_D3D_LUID_HIGH_ANGLE, 1, EGL_NONE}; in TEST_P() 73 EGL_NONE}; in TEST_P() 80 EGL_PLATFORM_ANGLE_D3D_LUID_HIGH_ANGLE, 1, EGL_NONE}; in TEST_P()
|
H A D | EGLContextSharingTest.cpp | 119 EGL_NONE}; in chooseConfig() 129 EGLint attribs[] = {EGL_CONTEXT_MAJOR_VERSION, mMajorVersion, EGL_NONE}; in createContext() 140 EGLint attribs[] = {EGL_NONE}; in createWindowSurface() 164 getEGLWindow()->getClientMajorVersion(), EGL_NONE}; in TEST_P() 189 EGL_CONTEXT_CLIENT_VERSION, 2, EGL_DISPLAY_TEXTURE_SHARE_GROUP_ANGLE, EGL_TRUE, EGL_NONE}; in TEST_P() 218 EGL_CONTEXT_CLIENT_VERSION, 2, EGL_DISPLAY_TEXTURE_SHARE_GROUP_ANGLE, EGL_FALSE, EGL_NONE}; in TEST_P() 239 EGL_CONTEXT_CLIENT_VERSION, 2, EGL_DISPLAY_TEXTURE_SHARE_GROUP_ANGLE, EGL_TRUE, EGL_NONE}; in TEST_P() 307 EGL_CONTEXT_CLIENT_VERSION, 2, EGL_DISPLAY_TEXTURE_SHARE_GROUP_ANGLE, EGL_TRUE, EGL_NONE}; in TEST_P() 413 contextAttributes.push_back(EGL_NONE); in TEST_P() 480 EGLint pbufferAttributes[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NON in TEST_P() [all...] |
H A D | EGLMultiContextTest.cpp | 73 EGL_NONE}; in chooseConfig() 83 EGLint attribs[] = {EGL_CONTEXT_MAJOR_VERSION, 3, EGL_NONE}; in createContext() 98 EGLint attribs[] = {EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE}; in createPbufferSurface() 147 EGLint pbufferAttributes[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in TEST_P() 302 EGLint dispattrs[] = {EGL_PLATFORM_ANGLE_TYPE_ANGLE, GetParam().getRenderer(), EGL_NONE}; in TEST_P()
|
H A D | EGLDebugTest.cpp | 96 EGL_NONE, in TEST_P() 97 EGL_NONE, in TEST_P() 140 EGL_NONE, in TEST_P() 141 EGL_NONE, in TEST_P()
|
H A D | EGLSyncControlTest.cpp | 101 EGL_NONE}; in InitializeDisplay() 124 const EGLint configAttributes[] = {EGL_NONE}; in CreateWindowSurface() 129 const EGLint surfaceAttributes[] = {EGL_DIRECT_COMPOSITION_ANGLE, EGL_TRUE, EGL_NONE}; in CreateWindowSurface() 143 EGLint contextAttibutes[] = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; in CreateWindowSurface()
|
H A D | EGLChooseConfigTest.cpp | 40 const EGLint defaultConfigAttributes[] = {EGL_NONE}; in TEST_P() 68 ASSERT_EQ(transparentType, EGL_NONE); in TEST_P() 97 ((surfaceType & EGL_WINDOW_BIT) == EGL_WINDOW_BIT) && (transparentType == EGL_NONE) && in TEST_P()
|
H A D | EGLNoConfigContextTest.cpp | 29 EGLint dispattrs[] = {EGL_PLATFORM_ANGLE_TYPE_ANGLE, GetParam().getRenderer(), EGL_NONE}; 41 EGLint ctxattrs[] = {EGL_CONTEXT_CLIENT_VERSION, clientVersion, EGL_NONE}; 114 EGLint surfattrs[] = {EGL_WIDTH, kWidth, EGL_HEIGHT, kHeight, EGL_NONE}; in TEST_P()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglCreateContextExtTests.cpp | 84 while (attribList[size] != EGL_NONE) in getAttribListLength() 212 while ((*iter) != EGL_NONE) in attribListToContextType() 314 while ((*iter) != EGL_NONE) in logAttribList() 364 attribListString << "EGL_NONE"; in logAttribList() 377 while ((*iter) != EGL_NONE) in checkRequiredExtensions() 674 while ((*iter) != EGL_NONE) in validateCurrentContext() 904 EGL_NONE in iterate() 1125 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} }, in init() 1127 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 1, EGL_NONE } }, in init() 1131 { EGL_CONTEXT_MAJOR_VERSION_KHR, 2, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE } }, in init() [all...] |
H A D | teglWideColorTests.cpp | 391 EGL_NONE, EGL_NONE in check1010102Support() 443 EGL_NONE, EGL_NONE in checkFP16Support() 630 while (attribList[idx] != EGL_NONE) in WideColorSurfaceTest() 647 m_attribList.push_back(EGL_NONE); in WideColorSurfaceTest() 655 while (attributes[idx] != EGL_NONE) in addTestAttributes() 682 if (m_colorSpace != EGL_NONE && !eglu::hasExtension(egl, m_eglDisplay, "EGL_KHR_gl_colorspace")) in init() 1177 EGL_NONE in doClearTest() 1257 if (m_colorSpace != EGL_NONE) in executeTest() [all...] |
H A D | teglNegativeApiTests.cpp | 93 // - EGL_BAD_MATCH is generated if the current rendering API is EGL_NONE in init() 125 static const EGLint s_emptyAttribList[] = { EGL_NONE }; in init() 126 static const EGLint s_es1ContextAttribList[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE }; in init() 127 static const EGLint s_es2ContextAttribList[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in init() 193 static const EGLint s_validGenericPbufferAttrib[] = { EGL_WIDTH, 64, EGL_HEIGHT, 64, EGL_NONE }; in init() 232 static const EGLint s_invalidChooseConfigAttribList0[] = { 0, EGL_NONE }; in init() 234 static const EGLint s_invalidChooseConfigAttribList2[] = { EGL_BIND_TO_TEXTURE_RGB, 4, EGL_NONE }; in init() 235 static const EGLint s_invalidChooseConfigAttribList3[] = { EGL_BIND_TO_TEXTURE_RGBA, 5, EGL_NONE }; in init() 236 static const EGLint s_invalidChooseConfigAttribList4[] = { EGL_COLOR_BUFFER_TYPE, 0, EGL_NONE }; in init() 237 static const EGLint s_invalidChooseConfigAttribList5[] = { EGL_NATIVE_RENDERABLE, 6, EGL_NONE }; in init() [all...] |
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluConfigInfo.hpp | 122 , yuvOrder (EGL_NONE) in ConfigInfo() 124 , yuvSubsample (EGL_NONE) in ConfigInfo() 125 , yuvDepthRange (EGL_NONE) in ConfigInfo() 126 , yuvCscStandard (EGL_NONE) in ConfigInfo() 128 , colorComponentType (EGL_NONE) in ConfigInfo()
|
H A D | egluNativeDisplay.cpp | 44 DE_ASSERT(platformType != EGL_NONE && platformExtension); in NativeDisplay() 50 , m_platformType (EGL_NONE) in NativeDisplay() 93 DE_ASSERT(platformType != EGL_NONE && (platformExtension || (platformCapabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM))); in NativeDisplayFactory() 100 , m_platformType (EGL_NONE) in NativeDisplayFactory()
|
H A D | egluStrUtil.cpp | 48 if (attribFmt.value == EGL_NONE) in operator <<() 49 return str << "EGL_NONE"; in operator <<() 161 if (attrib == EGL_NONE) in operator <<() 164 str << "EGL_NONE"; in operator <<() 201 if (attrib == EGL_NONE) in operator <<() 204 str << "EGL_NONE"; in operator <<() 241 if (attrib == EGL_NONE) in operator <<() 244 str << "EGL_NONE"; in operator <<()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config.cpp | 39 configCaveat(EGL_NONE), in Config() 58 transparentType(EGL_NONE), in Config() 151 static_assert(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG, in operator ()() 300 if (attributeMap.get(EGL_TRANSPARENT_TYPE, EGL_NONE) != EGL_NONE) 306 if (attributeMap.get(EGL_TRANSPARENT_TYPE, EGL_NONE) != EGL_NONE) 312 if (attributeMap.get(EGL_TRANSPARENT_TYPE, EGL_NONE) != EGL_NONE) 376 if (attributeValue == EGL_NONE) [all...] |
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
H A D | unittests.cpp | 120 EGL_NONE in Initialize() 150 EGL_NONE in Initialize() 159 EGL_NONE in Initialize() 2275 EGL_NONE, in createIOSurfacePbuffer() 2276 EGL_NONE, in createIOSurfacePbuffer() 2568 EGL_NONE, in TEST_F() 2569 EGL_NONE, in TEST_F() 2595 EGL_NONE, in TEST_F() 2596 EGL_NONE, in TEST_F() 2619 EGL_NONE, in TEST_F() [all...] |
/third_party/mesa3d/src/egl/main/ |
H A D | eglconfig.c | 67 conf->ConfigCaveat = EGL_NONE; in _eglInitConfig() 68 conf->TransparentType = EGL_NONE; in _eglInitConfig() 69 conf->NativeVisualType = EGL_NONE; in _eglInitConfig() 235 EGL_NONE }, 247 EGL_NONE }, 312 if (val != EGL_NONE && val != EGL_SLOW_CONFIG && in _eglValidateConfig() 317 if (val != EGL_NONE && val != EGL_TRANSPARENT_RGB) in _eglValidateConfig() 421 if (conf->NativeVisualID != 0 || conf->NativeVisualType != EGL_NONE) in _eglValidateConfig() 539 for (i = 0; attrib_list && attrib_list[i] != EGL_NONE; i += 2) { in _eglParseConfigAttribList() 569 if (conf->TransparentType == EGL_NONE) { in _eglParseConfigAttribList() [all...] |
H A D | egldisplay.c | 252 * different from a call with attribs only equal to { EGL_NONE }. Similarly 513 for (int i = 0; attrib_list[i] != EGL_NONE; i += 2) { in _eglGetX11Display() 533 for (int i = 0; attrib_list[i] != EGL_NONE; i += 2) { in _eglGetXcbDisplay() 551 if (attrib_list != NULL && attrib_list[0] != EGL_NONE) { in _eglGetGbmDisplay() 566 if (attrib_list != NULL && attrib_list[0] != EGL_NONE) { in _eglGetWaylandDisplay() 586 if (attrib_list != NULL && attrib_list[0] != EGL_NONE) { in _eglGetSurfacelessDisplay() 602 if (attrib_list != NULL && attrib_list[0] != EGL_NONE) { in _eglGetAndroidDisplay() 618 if (attrib_list != NULL && attrib_list[0] != EGL_NONE) { in _eglGetOHOSDisplay() 643 for (int i = 0; attrib_list[i] != EGL_NONE; i += 2) { in _eglGetDeviceDisplay()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Config.cpp | 124 mConfigCaveat = EGL_NONE; in Config() 175 mMatchNativePixmap = EGL_NONE; in Config() 187 mTransparentType = EGL_NONE; in Config() 213 static_assert(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG, ""); in operator ()() 265 for(const EGLint *attr = attribList; attr[0] != EGL_NONE; attr += 2) 301 static_assert(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG, ""); 356 while (attribute[0] != EGL_NONE) 365 bool caveatMatch = (config->mConfigCaveat == EGL_NONE);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | D3DTextureTest.cpp | 178 eglTextureTarget, EGL_NONE, EGL_NONE, in createD3D11PBuffer() 206 eglTextureTarget, EGL_NONE, EGL_NONE, in createPBuffer() 329 EGLint colorspace = EGL_NONE; in TEST_P() 385 EGLint colorspace = EGL_NONE; in TEST_P() 476 EGL_GL_COLORSPACE, eglGlColorspace, EGL_NONE, EGL_NONE, in TEST_P() 486 EGLint colorspace = EGL_NONE; in TEST_P() 576 EGL_GL_COLORSPACE, eglGlColorspace, EGL_NONE, EGL_NON in TEST_P() [all...] |