Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp246 const vector<EGLint> legacyAttribs = toLegacyAttribList(nativeDisplay.getPlatformAttributes()); in getDisplay() local
248 …mDisplayEXT(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(), &legacyAttribs[0]); in getDisplay()
300 const vector<EGLint> legacyAttribs = toLegacyAttribList(attribList); in createWindowSurface() local
302 …egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformNative(), &legacyAttribs[0]); in createWindowSurface()
308 const vector<EGLint> legacyAttribs = toLegacyAttribList(attribList); in createWindowSurface() local
309 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]); in createWindowSurface()
340 const vector<EGLint> legacyAttribs = toLegacyAttribList(attribList); in createPixmapSurface() local
342 …egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), &legacyAttribs[0]); in createPixmapSurface()
348 const vector<EGLint> legacyAttribs = toLegacyAttribList(attribList); in createPixmapSurface() local
349 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]); in createPixmapSurface()
[all …]