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.cpp819 std::vector<EGLint> convertedAttribs; in eglCreatePlatformWindowSurfaceImpl() local
820 convertAttribs(attrib_list, convertedAttribs); in eglCreatePlatformWindowSurfaceImpl()
824 convertedAttribs.data(), cnx->egl.eglCreatePlatformWindowSurfaceEXT); in eglCreatePlatformWindowSurfaceImpl()
830 convertedAttribs.data(), in eglCreatePlatformWindowSurfaceImpl()
1786 std::vector<EGLint> convertedAttribs; in eglCreateImageImpl() local
1787 convertAttribs(attrib_list, convertedAttribs); in eglCreateImageImpl()
1789 convertedAttribs.data(), in eglCreateImageImpl()
1863 std::vector<EGLint> convertedAttribs; in eglCreateSyncImpl() local
1864 convertAttribs(attrib_list, convertedAttribs); in eglCreateSyncImpl()
1865 return eglCreateSyncTmpl<EGLint, PFNEGLCREATESYNCKHRPROC>(dpy, type, convertedAttribs.data(), in eglCreateSyncImpl()