Home
last modified time | relevance | path

Searched refs:EGL_NONE (Results 1 – 25 of 87) sorted by relevance

1234

/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp84 while (attribList[size] != EGL_NONE) in getAttribListLength()
212 while ((*iter) != EGL_NONE) in attribListToContextType()
314 while ((*iter) != EGL_NONE) in logAttribList()
377 while ((*iter) != EGL_NONE) in checkRequiredExtensions()
670 while ((*iter) != EGL_NONE) in validateCurrentContext()
900 EGL_NONE in iterate()
1121 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} }, in init()
1123 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 1, EGL_NONE } }, in init()
1127 { EGL_CONTEXT_MAJOR_VERSION_KHR, 2, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE } }, in init()
1130 { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} }, in init()
[all …]
DteglWideColorTests.cpp348 EGL_NONE, EGL_NONE in check1010102Support()
400 EGL_NONE, EGL_NONE in checkFP16Support()
577 while (attribList[idx] != EGL_NONE) in WideColorSurfaceTest()
594 m_attribList.push_back(EGL_NONE); in WideColorSurfaceTest()
617 if (m_colorSpace != EGL_NONE && !eglu::hasExtension(egl, m_eglDisplay, "EGL_KHR_gl_colorspace")) in init()
1052 EGL_NONE in doClearTest()
1128 if (m_colorSpace != EGL_NONE) in executeTest()
1133 attribs.push_back(EGL_NONE); in executeTest()
1134 attribs.push_back(EGL_NONE); in executeTest()
1156 if (m_colorSpace != EGL_NONE) in executeTest()
[all …]
DteglNegativeApiTests.cpp125 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()
238 static const EGLint s_invalidChooseConfigAttribList6[] = { EGL_TRANSPARENT_TYPE, 6, EGL_NONE }; in init()
[all …]
DteglRenderCase.cpp186 EGL_NONE in executeForConfig()
235 EGLint api = EGL_NONE; in executeForSurface()
272 contextAttribs.push_back(EGL_NONE); in executeForSurface()
322 static const EGLint attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in executeForSurface()
329 static const EGLint attribs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE }; in executeForSurface()
336 static const EGLint attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE }; in executeForSurface()
343 static const EGLint attribs[] = { EGL_NONE }; in executeForSurface()
DteglSurfacelessContextTests.cpp80 static const EGLint es1Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE }; in executeForConfig()
81 static const EGLint es2Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in executeForConfig()
82 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE }; in executeForConfig()
DteglThreadCleanUpTests.cpp85 EGL_NONE in testContext()
102 EGL_NONE in run()
202 EGL_NONE in init()
217 EGL_NONE in init()
DteglCreateContextTests.cpp43 static const EGLint s_es1Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
44 static const EGLint s_es2Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
45 static const EGLint s_es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase.java58 EGL10.EGL_NONE
66 EGL10.EGL_NONE
74 EGL10.EGL_NONE
83 EGL10.EGL_NONE
91 EGL10.EGL_NONE
DEglBase14.java101 int[] surfaceAttribs = {EGL14.EGL_NONE}; in createSurfaceInternal()
119 int[] surfaceAttribs = {EGL14.EGL_WIDTH, width, EGL14.EGL_HEIGHT, height, EGL14.EGL_NONE}; in createPbufferSurface()
244 int[] contextAttributes = {EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, EGL14.EGL_NONE}; in createEglContext()
DEglBase10.java156 int[] surfaceAttribs = {EGL10.EGL_NONE}; in createSurfaceInternal()
175 int[] surfaceAttribs = {EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE}; in createPbufferSurface()
289 int[] contextAttributes = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE}; in createEglContext()
/external/deqp/framework/egl/
DegluConfigInfo.hpp119 , yuvOrder (EGL_NONE) in ConfigInfo()
121 , yuvSubsample (EGL_NONE) in ConfigInfo()
122 , yuvDepthRange (EGL_NONE) in ConfigInfo()
123 , yuvCscStandard (EGL_NONE) in ConfigInfo()
125 , colorComponentType (EGL_NONE) in ConfigInfo()
DegluNativeDisplay.cpp39 DE_ASSERT(platformType != EGL_NONE && platformExtension); in NativeDisplay()
45 , m_platformType (EGL_NONE) in NativeDisplay()
88 DE_ASSERT(platformType != EGL_NONE && platformExtension); in NativeDisplayFactory()
95 , m_platformType (EGL_NONE) in NativeDisplayFactory()
DegluStrUtil.cpp48 if (attribFmt.value == EGL_NONE) in operator <<()
160 if (attrib == EGL_NONE) in operator <<()
200 if (attrib == EGL_NONE) in operator <<()
240 if (attrib == EGL_NONE) in operator <<()
DegluStrUtil.inl140 case EGL_NONE: return "EGL_NONE";
197 case EGL_NONE: return "EGL_NONE";
208 case EGL_NONE: return "EGL_NONE";
/external/mesa3d/src/egl/main/
Deglconfig.c67 conf->ConfigCaveat = EGL_NONE; in _eglInitConfig()
68 conf->TransparentType = EGL_NONE; in _eglInitConfig()
69 conf->NativeVisualType = EGL_NONE; in _eglInitConfig()
233 EGL_NONE },
245 EGL_NONE },
306 if (val != EGL_NONE && val != EGL_SLOW_CONFIG && in _eglValidateConfig()
311 if (val != EGL_NONE && val != EGL_TRANSPARENT_RGB) in _eglValidateConfig()
411 if (conf->NativeVisualID != 0 || conf->NativeVisualType != EGL_NONE) in _eglValidateConfig()
529 for (i = 0; attrib_list && attrib_list[i] != EGL_NONE; i += 2) { in _eglParseConfigAttribList()
559 if (conf->TransparentType == EGL_NONE) { in _eglParseConfigAttribList()
[all …]
Deglcontext.c93 if (api == EGL_OPENVG_API && attrib_list[0] != EGL_NONE) { in _eglParseContextAttribList()
98 for (i = 0; attrib_list[i] != EGL_NONE; i++) { in _eglParseContextAttribList()
492 if (api == EGL_NONE) { in _eglInitContext()
500 ctx->WindowRenderBuffer = EGL_NONE; in _eglInitContext()
534 return EGL_NONE; in _eglQueryContextRenderBuffer()
535 if (surf->Type == EGL_WINDOW_BIT && ctx->WindowRenderBuffer != EGL_NONE) in _eglQueryContextRenderBuffer()
Degldisplay.c483 for (i = 0; attrib_list[i] != EGL_NONE; i += 2) { in _eglParseX11DisplayAttribList()
520 if (attrib_list != NULL && attrib_list[0] != EGL_NONE) { in _eglGetGbmDisplay()
535 if (attrib_list != NULL && attrib_list[0] != EGL_NONE) { in _eglGetWaylandDisplay()
556 if (attrib_list != NULL && attrib_list[0] != EGL_NONE) { in _eglGetSurfacelessDisplay()
/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp130 mConfigCaveat = (conformant || !strictConformance) ? EGL_NONE : EGL_NON_CONFORMANT_CONFIG; in Config()
181 mMatchNativePixmap = EGL_NONE; in Config()
193 mTransparentType = EGL_NONE; in Config()
218 static_assert(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG, ""); in operator ()()
270 for(const EGLint *attr = attribList; attr[0] != EGL_NONE; attr += 2) in SortConfig()
307 static_assert(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG, ""); in operator ()()
364 bool caveatMatch = (config->mConfigCaveat == EGL_NONE); in getConfigs()
367 while(attribute[0] != EGL_NONE) in getConfigs()
/external/skia/src/views/win/
DSkOSWindow_win.cpp405 EGL_NONE in get_angle_egl_display()
410 EGL_NONE in get_angle_egl_display()
460 EGL_NONE, EGL_NONE in create_ANGLE()
469 EGL_NONE in create_ANGLE()
472 EGL_NONE, EGL_NONE in create_ANGLE()
502 SkASSERT(EGL_NONE == msaaConfigAttribList[kConfigAttribListCnt - 1]); in create_ANGLE()
507 msaaConfigAttribList[kConfigAttribListCnt + 3] = EGL_NONE; in create_ANGLE()
/external/skia/tools/viewer/sk_app/android/
DGLWindowContext_android.cpp83 EGL_NONE in onInitializeContext()
92 EGL_NONE in onInitializeContext()
108 EGL_NONE, in onInitializeContext()
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp45 #define EGL_NONE 0x3038 macro
151 EGL_NONE in CommandBufferGLTestContext()
157 EGL_NONE in CommandBufferGLTestContext()
195 EGL_NONE in CommandBufferGLTestContext()
/external/skia/tools/fiddle/
Degl_context.cpp20 EGL_NONE
29 EGL_NONE,
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp72 EGL_NONE in EGLGLTestContext()
77 EGL_NONE in EGLGLTestContext()
137 EGL_NONE in EGLGLTestContext()
161 EGL_NONE in EGLGLTestContext()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp72 const EGLint attribs[] = { EGL_PLATFORM_ANGLE_TYPE_ANGLE, typeNum, EGL_NONE }; in get_angle_egl_display()
186 EGL_NONE in ANGLEGLContext()
199 EGL_NONE in ANGLEGLContext()
212 EGL_NONE in ANGLEGLContext()
/external/swiftshader/tests/unittests/
Dunittests.cpp76 EGL_NONE in TEST_F()
105 EGL_NONE in TEST_F()
115 EGL_NONE in TEST_F()

1234