Home
last modified time | relevance | path

Searched refs:EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/egl/main/
H A Deglcontext.c171 * "If the EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR flag bit in _eglParseContextAttribList()
185 if ((val & EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR) && in _eglParseContextAttribList()
324 ctx->Flags |= EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR; in _eglParseContextAttribList()
482 || (ctx->Flags & EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR) != 0) in _eglParseContextAttribList()
488 || (ctx->Flags & EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR) != 0) in _eglParseContextAttribList()
567 | EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR in _eglParseContextAttribList()
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp60 #define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002 macro
414 flags |= EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR; in EglRenderContext()
/third_party/vk-gl-cts/framework/egl/
H A DegluGLUtil.cpp171 flags |= EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR; in createGLContext()
/third_party/vk-gl-cts/modules/egl/
H A DteglCreateContextExtTests.cpp110 if ((flags & EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR) != 0) in eglContextFlagsToString()
117 stream << "EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR"; in eglContextFlagsToString()
237 if ((*iter & EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR) != 0) in attribListToContextType()
/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c431 if (wgl_ctx->base.Flags & EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR) in wgl_create_context()
/third_party/glfw/src/
H A Degl_context.c624 flags |= EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR; in _glfwCreateContextEGL()
H A Dinternal.h159 #define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002 macro
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Drosen_context_impl.cpp413 flags |= EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR; in InitEglContext()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp849 case EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR: in CreateContext()
/third_party/EGL/api/EGL/
H A Deglext.h78 #define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002 macro
/third_party/mesa3d/include/EGL/
H A Deglext.h78 #define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002 macro
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h97 #define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002 macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h97 #define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext.h78 #define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002 macro

Completed in 34 milliseconds