Home
last modified time | relevance | path

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

123

/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()
684 while ((*iter) != EGL_NONE) in validateCurrentContext()
914 EGL_NONE in iterate()
1135 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} }, in init()
1137 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 1, EGL_NONE } }, in init()
1141 { EGL_CONTEXT_MAJOR_VERSION_KHR, 2, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE } }, in init()
1144 { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} }, in init()
[all …]
DteglNegativeApiTests.cpp122 static const EGLint s_emptyAttribList[] = { EGL_NONE }; in init()
123 static const EGLint s_es1ContextAttribList[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE }; in init()
124 static const EGLint s_es2ContextAttribList[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in init()
210 static const EGLint s_invalidChooseConfigAttribList0[] = { 0, EGL_NONE }; in init()
212 static const EGLint s_invalidChooseConfigAttribList2[] = { EGL_BIND_TO_TEXTURE_RGB, 4, EGL_NONE }; in init()
213 static const EGLint s_invalidChooseConfigAttribList3[] = { EGL_BIND_TO_TEXTURE_RGBA, 5, EGL_NONE }; in init()
214 static const EGLint s_invalidChooseConfigAttribList4[] = { EGL_COLOR_BUFFER_TYPE, 0, EGL_NONE }; in init()
215 static const EGLint s_invalidChooseConfigAttribList5[] = { EGL_MATCH_NATIVE_PIXMAP, -1, EGL_NONE }; in init()
216 static const EGLint s_invalidChooseConfigAttribList6[] = { EGL_NATIVE_RENDERABLE, 6, EGL_NONE }; in init()
217 static const EGLint s_invalidChooseConfigAttribList7[] = { EGL_TRANSPARENT_TYPE, 6, EGL_NONE }; in init()
[all …]
DteglCreateContextTests.cpp66 static const EGLint es1Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE }; in executeForConfig()
67 static const EGLint es2Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in executeForConfig()
68 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE }; in executeForConfig()
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()
DteglChooseConfigReference.cpp71 : name (EGL_NONE) in AttribRule()
72 , value (EGL_NONE) in AttribRule()
94 case EGL_NONE: return 0; in getCaveatRank()
252 …rules[EGL_MATCH_NATIVE_PIXMAP] = AttribRule(EGL_MATCH_NATIVE_PIXMAP, EGL_NONE, CRITERIA_SPECIA… in initAttribRules()
262 …rules[EGL_TRANSPARENT_TYPE] = AttribRule(EGL_TRANSPARENT_TYPE, EGL_NONE, CRITERIA_EXACT, SO… in initAttribRules()
337 TCU_CHECK(rule.value == EGL_NONE); // Not supported in isMatch()
DteglMemoryStressTests.cpp206 EGL_NONE in allocatePBuffer()
269 EGL_NONE in allocateContext()
364 EGL_NONE in init()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp36 EGL_NONE in GetD3DEGLDisplay()
41 EGL_NONE in GetD3DEGLDisplay()
66 EGL_NONE in SkANGLEGLContext()
84 EGL_NONE in SkANGLEGLContext()
92 EGL_NONE in SkANGLEGLContext()
/external/deqp/framework/egl/
DegluNativeDisplay.cpp39 DE_ASSERT(platformType != EGL_NONE && platformExtension); in NativeDisplay()
45 , m_platformType (EGL_NONE) in NativeDisplay()
82 DE_ASSERT(platformType != EGL_NONE && platformExtension); in NativeDisplayFactory()
89 , 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.inl159 case EGL_NONE: return "EGL_NONE";
170 case EGL_NONE: return "EGL_NONE";
DegluGLUtil.cpp83 EGLenum api = EGL_NONE; in createGLContext()
149 attribList.push_back(EGL_NONE); in createGLContext()
DegluGLContextFactory.cpp230 const EGLAttrib attribList[] = { EGL_NONE }; in createWindow()
253 const EGLAttrib attribList[] = { EGL_NONE }; in createPixmap()
279 EGL_NONE in createPBuffer()
DegluUtil.cpp56 attribList.push_back(EGL_NONE); in attribMapToList()
425 for (const EGLAttrib* attrib = attribs; *attrib != EGL_NONE; attrib += 2) in toLegacyAttribList()
435 legacyAttribs.push_back(EGL_NONE); in toLegacyAttribList()
/external/mesa3d/src/egl/main/
Deglconfig.c65 conf->ConfigCaveat = EGL_NONE; in _eglInitConfig()
66 conf->TransparentType = EGL_NONE; in _eglInitConfig()
67 conf->NativeVisualType = EGL_NONE; in _eglInitConfig()
230 EGL_NONE },
242 EGL_NONE },
297 if (val != EGL_NONE && val != EGL_SLOW_CONFIG && in _eglValidateConfig()
302 if (val != EGL_NONE && val != EGL_TRANSPARENT_RGB) in _eglValidateConfig()
405 if (conf->NativeVisualID != 0 || conf->NativeVisualType != EGL_NONE) in _eglValidateConfig()
519 for (i = 0; attrib_list && attrib_list[i] != EGL_NONE; i += 2) { in _eglParseConfigAttribList()
549 if (conf->TransparentType == EGL_NONE) { in _eglParseConfigAttribList()
[all …]
Deglcontext.c91 if (api == EGL_OPENVG_API && attrib_list[0] != EGL_NONE) { in _eglParseContextAttribList()
96 for (i = 0; attrib_list[i] != EGL_NONE; i++) { in _eglParseContextAttribList()
362 if (api == EGL_NONE) { in _eglInitContext()
370 ctx->WindowRenderBuffer = EGL_NONE; in _eglInitContext()
404 return EGL_NONE; in _eglQueryContextRenderBuffer()
405 if (surf->Type == EGL_WINDOW_BIT && ctx->WindowRenderBuffer != EGL_NONE) in _eglQueryContextRenderBuffer()
Deglimage.c56 for (i = 0; attrib_list[i] != EGL_NONE; i++) { in _eglParseImageAttribList()
Deglsync.c47 for (i = 0; attrib_list[i] != EGL_NONE; i++) { in _eglParseSyncAttribList()
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp35 EGL_NONE in EGLGLContext()
40 EGL_NONE in EGLGLContext()
98 EGL_NONE in EGLGLContext()
121 EGL_NONE in EGLGLContext()
/external/skia/src/views/win/
DSkOSWindow_win.cpp396 EGL_NONE, EGL_NONE in create_ANGLE()
405 EGL_NONE in create_ANGLE()
408 EGL_NONE, EGL_NONE in create_ANGLE()
438 SkASSERT(EGL_NONE == msaaConfigAttribList[kConfigAttribListCnt - 1]); in create_ANGLE()
443 msaaConfigAttribList[kConfigAttribListCnt + 3] = EGL_NONE; in create_ANGLE()
/external/skia/platform_tools/android/app/src/com/skia/
DSkiaSampleView.java226 EGL10.EGL_NONE in chooseConfig()
233 configSpec[16] = EGL10.EGL_NONE; in chooseConfig()
254 EGL10.EGL_NONE in chooseConfig()
261 configSpec[12] = EGL10.EGL_NONE; in chooseConfig()
/external/drm_hwcomposer/
Dglworker.cpp363 EGL_NONE}; in EGLFenceWait()
419 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in Init()
438 EGL_NONE}; in Init()
440 const EGLint context_attribs[] = {EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE}; in Init()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c297 egl_val = EGL_NONE; in convert_fbconfig()
302 egl_val = EGL_NONE; in convert_fbconfig()
308 egl_val = EGL_NONE; in convert_fbconfig()
313 EGL_TRANSPARENT_RGB : EGL_NONE; in convert_fbconfig()
412 egl_val = EGL_NONE; in convert_visual()
418 egl_val = EGL_NONE; in convert_visual()
449 conf->NativeVisualType = EGL_NONE; in fix_config()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c130 if (data.criteria.MatchNativePixmap != EGL_NONE && in egl_g3d_choose_config()
385 gsurf->client_buffer_type = EGL_NONE; in egl_g3d_create_pbuffer_surface()
413 for (i = 0; attribs && attribs[i] != EGL_NONE; i++) { in egl_g3d_create_pbuffer_from_client_buffer()
436 pbuffer_attribs[count++] = EGL_NONE; in egl_g3d_create_pbuffer_from_client_buffer()
523 old_gctx->base.WindowRenderBuffer = EGL_NONE; in egl_g3d_make_current()
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DAndroidConfigChooser.java249 newConfigSpec[len + 1] = EGL10.EGL_NONE; in filterConfigSpec()
281 EGL10.EGL_NONE}); in ComponentSizeChooser()

123