HomeSort by relevance Sort by last modified time
    Searched refs:EGL_KHR_create_context (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/angle/include/EGL/
eglext.h 437 #ifndef EGL_KHR_create_context
438 #define EGL_KHR_create_context 1
  /external/chromium_org/third_party/khronos/EGL/
eglext.h 426 #ifndef EGL_KHR_create_context
427 #define EGL_KHR_create_context 1
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglext.h 424 #ifndef EGL_KHR_create_context
425 #define EGL_KHR_create_context 1
  /external/mesa3d/include/EGL/
eglext.h 424 #ifndef EGL_KHR_create_context
425 #define EGL_KHR_create_context 1
  /frameworks/native/opengl/include/EGL/
eglext.h 421 #ifndef EGL_KHR_create_context
422 #define EGL_KHR_create_context 1
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 53 #if !defined(EGL_KHR_create_context)
54 #define EGL_KHR_create_context 1
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/
teglCreateContextExtTests.cpp 21 * \brief Simple context construction test for EGL_KHR_create_context.
54 #ifndef EGL_KHR_create_context
55 #define EGL_KHR_create_context 1
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");
    [all...]

Completed in 251 milliseconds