Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp788 std::vector<EGLint> convertedAttribs; in eglCreatePlatformWindowSurfaceImpl() local
789 convertAttribs(attrib_list, convertedAttribs); in eglCreatePlatformWindowSurfaceImpl()
793 convertedAttribs.data(), cnx->egl.eglCreatePlatformWindowSurfaceEXT); in eglCreatePlatformWindowSurfaceImpl()
799 convertedAttribs.data(), in eglCreatePlatformWindowSurfaceImpl()
1684 std::vector<EGLint> convertedAttribs; in eglCreateImageImpl() local
1685 convertAttribs(attrib_list, convertedAttribs); in eglCreateImageImpl()
1687 convertedAttribs.data(), in eglCreateImageImpl()
1761 std::vector<EGLint> convertedAttribs; in eglCreateSyncImpl() local
1762 convertAttribs(attrib_list, convertedAttribs); in eglCreateSyncImpl()
1763 return eglCreateSyncTmpl<EGLint, PFNEGLCREATESYNCKHRPROC>(dpy, type, convertedAttribs.data(), in eglCreateSyncImpl()