Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp274 const vector<EGLint> legacyAttribs = toLegacyAttribList(nativeDisplay.getPlatformAttributes()); in getDisplay() local
276 …mDisplayEXT(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(), &legacyAttribs[0]); in getDisplay()
351 const vector<EGLint> legacyAttribs = toLegacyAttribList(attribList); in createWindowSurface() local
352 ….createPlatformWindowSurfaceEXT(display, config, window.getPlatformExtension(), &legacyAttribs[0]); in createWindowSurface()
358 const vector<EGLint> legacyAttribs = toLegacyAttribList(attribList); in createWindowSurface() local
359 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]); in createWindowSurface()
409 const vector<EGLint> legacyAttribs = toLegacyAttribList(attribList); in createPixmapSurface() local
411 ….createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformExtension(), &legacyAttribs[0]); in createPixmapSurface()
417 const vector<EGLint> legacyAttribs = toLegacyAttribList(attribList); in createPixmapSurface() local
418 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]); in createPixmapSurface()
[all …]