Home
last modified time | relevance | path

Searched refs:eglAttributes (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp223 const auto &eglAttributes = display->getAttributeMap(); in initialize() local
226 egl::Error error = initializeContext(mContextConfig, eglAttributes, &mContext); in initialize()
234 if (eglAttributes.get(EGL_PLATFORM_ANGLE_TYPE_ANGLE, in initialize()
291 functionsGL->initialize(eglAttributes); in initialize()
305 eglAttributes.get(EGL_PLATFORM_ANGLE_TYPE_ANGLE, EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE) == in initialize()
314 mRenderer.reset(new RendererGL(std::move(functionsGL), eglAttributes, this)); in initialize()
456 const egl::AttributeMap &eglAttributes, in initializeContext() argument
462 eglAttributes.get(EGL_PLATFORM_ANGLE_TYPE_ANGLE, EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE)); in initializeContext()
476 gl::Version requestedVersion(static_cast<EGLint>(eglAttributes.get( in initializeContext()
478 static_cast<EGLint>(eglAttributes.get( in initializeContext()
H A DDisplayGLX.h104 const egl::AttributeMap &eglAttributes,
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp779 HGLRC DisplayWGL::initializeContextAttribs(const egl::AttributeMap &eglAttributes) const in initializeContextAttribs()
782 eglAttributes.get(EGL_PLATFORM_ANGLE_TYPE_ANGLE, EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE)); in initializeContextAttribs()
785 gl::Version requestedVersion(static_cast<EGLint>(eglAttributes.get( in initializeContextAttribs()
787 static_cast<EGLint>(eglAttributes.get( in initializeContextAttribs()
H A DDisplayWGL.h96 HGLRC initializeContextAttribs(const egl::AttributeMap &eglAttributes) const;
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp117 const egl::AttributeMap &eglAttributes, in initializeContext() argument
123 eglAttributes.getAsInt(EGL_PLATFORM_ANGLE_MAX_VERSION_MAJOR_ANGLE, EGL_DONT_CARE); in initializeContext()
125 eglAttributes.getAsInt(EGL_PLATFORM_ANGLE_MAX_VERSION_MINOR_ANGLE, EGL_DONT_CARE); in initializeContext()
H A DDisplayEGL.h121 const egl::AttributeMap &eglAttributes,