Searched refs:EGL_KHR_create_context (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/khronos/EGL/
H A Deglext.h426 #ifndef EGL_KHR_create_context
427 #define EGL_KHR_create_context 1 macro
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Deglext.h424 #ifndef EGL_KHR_create_context
425 #define EGL_KHR_create_context 1 macro
/external/mesa3d/include/EGL/
H A Deglext.h424 #ifndef EGL_KHR_create_context
425 #define EGL_KHR_create_context 1 macro
/external/chromium_org/third_party/angle/include/EGL/
H A Deglext.h80 #ifndef EGL_KHR_create_context
81 #define EGL_KHR_create_context 1 macro
95 #endif /* EGL_KHR_create_context */
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp53 #if !defined(EGL_KHR_create_context)
54 #define EGL_KHR_create_context 1 macro
68 #endif // EGL_KHR_create_context
394 const bool khrCreateContextSupported = isClientExtensionSupported(display, "EGL_KHR_create_context");
411 throw tcu::NotSupportedError("EGL_KHR_create_context is required for OpenGL ES 3.0 and newer", DE_NULL, __FILE__, __LINE__);
424 throw tcu::NotSupportedError("EGL_KHR_create_context is required for OpenGL context creation", DE_NULL, __FILE__, __LINE__);
442 throw tcu::NotSupportedError("EGL_KHR_create_context is required for creating robust/debug/forward-compatible contexts");
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp21 * \brief Simple context construction test for EGL_KHR_create_context.
54 #ifndef EGL_KHR_create_context
55 #define EGL_KHR_create_context 1 macro
69 #endif /* EGL_KHR_create_context */
423 requiredExtensions.insert("EGL_KHR_create_context");
429 requiredExtensions.insert("EGL_KHR_create_context");
435 requiredExtensions.insert("EGL_KHR_create_context");
441 requiredExtensions.insert("EGL_KHR_create_context");
1193 : TestCaseGroup(eglTestCtx, "create_context_ext", "EGL_KHR_create_context tests.")

Completed in 233 milliseconds