/third_party/vk-gl-cts/modules/egl/ |
H A D | teglChooseConfigTests.cpp | 268 { EGL_NATIVE_RENDERABLE, EGL_DONT_CARE }, in getValue() 448 { EGL_NATIVE_RENDERABLE, ChooseConfigRandomCase::getBool, }, in genRandomAttributes() 572 { EGL_NATIVE_RENDERABLE, "native_renderable" }, in init() 639 EGL_NATIVE_RENDERABLE, in init() 671 EGL_NATIVE_RENDERABLE, in init()
|
H A D | teglQueryConfigTests.cpp | 403 case EGL_NATIVE_RENDERABLE: in checkAttribute() 594 { EGL_NATIVE_RENDERABLE, "native_renderable" }, in init()
|
H A D | teglConfigList.cpp | 144 egl.getConfigAttrib(display, configs[i], EGL_NATIVE_RENDERABLE, &val); in iterate()
|
H A D | teglChooseConfigReference.cpp | 307 rules[EGL_NATIVE_RENDERABLE] = AttribRule(EGL_NATIVE_RENDERABLE, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER_NONE); in getDefaultRules()
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluConfigInfo.cpp | 59 case EGL_NATIVE_RENDERABLE: return nativeRenderable; in getAttribute() 111 egl.getConfigAttrib(display, config, EGL_NATIVE_RENDERABLE, (EGLint*)&dst->nativeRenderable); in queryCoreConfigInfo()
|
H A D | egluStrUtil.cpp | 58 case EGL_NATIVE_RENDERABLE: in operator <<()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 81 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 77 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/EGL/api/1.1/EGL/ |
H A D | egl.h | 103 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglconfig.h | 116 ATTRIB_MAP(EGL_NATIVE_RENDERABLE, NativeRenderable); in _eglOffsetOfConfig()
|
H A D | eglconfig.c | 209 { EGL_NATIVE_RENDERABLE, ATTRIB_TYPE_BOOLEAN,
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
H A D | egl.h | 77 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
H A D | egl.h | 133 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 77 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/EGL/api/1.0/EGL/ |
H A D | egl.h | 98 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/EGL/api/1.0/ |
H A D | egl.h | 95 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config.cpp | 281 case EGL_NATIVE_RENDERABLE:
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/ |
H A D | egl.h | 95 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/ |
H A D | egl.h | 95 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 92 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Config.cpp | 382 case EGL_NATIVE_RENDERABLE: match = config->mNativeRenderable == (EGLBoolean)attribIt->second; break;
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 92 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 77 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 77 #define EGL_NATIVE_RENDERABLE 0x302D macro
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 480 std::cout << "\tNative Renderable: " << GetAttrib(mDisplay, config, EGL_NATIVE_RENDERABLE) in TEST_P()
|