Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp39 const EGLAttrib platformAttrib) in RenderableTypesFromPlatformAttrib() argument
42 switch (platformAttrib) in RenderableTypesFromPlatformAttrib()
225 const EGLAttrib platformAttrib = mDisplayAttributes.get(EGL_PLATFORM_ANGLE_TYPE_ANGLE, in findConfig() local
227 std::vector<EGLint> renderableTypes = RenderableTypesFromPlatformAttrib(mEGL, platformAttrib); in findConfig()