/external/deqp/modules/egl/ |
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() 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 …]
|
D | teglNegativeApiTests.cpp | 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() 238 static const EGLint s_invalidChooseConfigAttribList6[] = { EGL_TRANSPARENT_TYPE, 6, EGL_NONE }; in init() [all …]
|
D | teglCreateContextTests.cpp | 66 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()
|
D | teglRenderCase.cpp | 186 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()
|
D | teglSurfacelessContextTests.cpp | 80 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()
|
D | teglChooseConfigReference.cpp | 73 : name (EGL_NONE) in AttribRule() 74 , value (EGL_NONE) in AttribRule() 96 case EGL_NONE: return 0; in getCaveatRank() 120 case EGL_NONE: return 0; in getYuvOrderRank() 314 …rules[EGL_TRANSPARENT_TYPE] = AttribRule(EGL_TRANSPARENT_TYPE, EGL_NONE, CRITERIA_EXACT, SO… in getDefaultRules() 400 TCU_CHECK(rule.value == EGL_NONE); // Not supported in isMatch()
|
D | teglMultiContextTests.cpp | 109 EGL_NONE in iterate() 115 EGL_NONE in iterate()
|
/external/skia/src/gpu/gl/angle/ |
D | SkANGLEGLContext.cpp | 38 EGL_NONE in GetD3DEGLDisplay() 47 EGL_NONE in GetD3DEGLDisplay() 52 EGL_NONE in GetD3DEGLDisplay() 57 EGL_NONE in GetD3DEGLDisplay() 80 EGL_NONE in SkANGLEGLContext() 99 EGL_NONE in SkANGLEGLContext() 107 EGL_NONE in SkANGLEGLContext()
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase.java | 58 EGL10.EGL_NONE 66 EGL10.EGL_NONE 74 EGL10.EGL_NONE 83 EGL10.EGL_NONE 91 EGL10.EGL_NONE
|
D | EglBase14.java | 101 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()
|
D | EglBase10.java | 156 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/ |
D | egluConfigInfo.hpp | 119 , 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()
|
D | egluNativeDisplay.cpp | 39 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()
|
D | egluStrUtil.cpp | 48 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 <<()
|
D | egluStrUtil.inl | 139 case EGL_NONE: return "EGL_NONE"; 196 case EGL_NONE: return "EGL_NONE"; 207 case EGL_NONE: return "EGL_NONE";
|
D | egluGLUtil.cpp | 83 EGLenum api = EGL_NONE; in createGLContext() 149 attribList.push_back(EGL_NONE); in createGLContext()
|
/external/skia/src/gpu/gl/command_buffer/ |
D | SkCommandBufferGLContext.cpp | 46 #define EGL_NONE 0x3038 macro 159 EGL_NONE in SkCommandBufferGLContext() 165 EGL_NONE in SkCommandBufferGLContext() 172 static const EGLint surfaceAttribs[] = { EGL_NONE }; in SkCommandBufferGLContext() 185 EGL_NONE in SkCommandBufferGLContext() 188 configAttribs[12] = EGL_NONE; in SkCommandBufferGLContext() 243 EGL_NONE in initializeGLContext()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.c | 65 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 …]
|
D | eglcontext.c | 91 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()
|
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/ |
D | SkiaSampleView.java | 230 EGL10.EGL_NONE in chooseConfig() 237 configSpec[16] = EGL10.EGL_NONE; in chooseConfig() 258 EGL10.EGL_NONE in chooseConfig() 265 configSpec[12] = EGL10.EGL_NONE; in chooseConfig()
|
/external/skia/src/gpu/gl/egl/ |
D | SkCreatePlatformGLContext_egl.cpp | 65 EGL_NONE in EGLGLContext() 70 EGL_NONE in EGLGLContext() 130 EGL_NONE in EGLGLContext() 153 EGL_NONE in EGLGLContext()
|
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/ |
D | SkOSWindow_AndroidNative.cpp | 28 EGL_NONE in attach() 33 EGL_NONE in attach() 82 EGL_NONE in attach()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 407 EGL_NONE, EGL_NONE in create_ANGLE() 416 EGL_NONE in create_ANGLE() 419 EGL_NONE, EGL_NONE in create_ANGLE() 449 SkASSERT(EGL_NONE == msaaConfigAttribList[kConfigAttribListCnt - 1]); in create_ANGLE() 454 msaaConfigAttribList[kConfigAttribListCnt + 3] = EGL_NONE; in create_ANGLE()
|
/external/autotest/client/deps/glbench/src/ |
D | egl_stuff.cc | 51 EGL_NONE in GetXVisual() 108 EGL_NONE in CreateContext()
|
/external/drm_hwcomposer/ |
D | glworker.cpp | 398 EGL_NONE}; in EGLFenceWait() 454 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in Init() 473 EGL_NONE}; in Init() 475 const EGLint context_attribs[] = {EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE}; in Init()
|