Searched refs:convertedAttribs (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_platform_entries.cpp | 823 std::vector<EGLint> convertedAttribs; in eglCreatePlatformWindowSurfaceImpl() local 824 convertAttribs(attrib_list, convertedAttribs); in eglCreatePlatformWindowSurfaceImpl() 828 convertedAttribs.data(), cnx->egl.eglCreatePlatformWindowSurfaceEXT); in eglCreatePlatformWindowSurfaceImpl() 834 convertedAttribs.data(), in eglCreatePlatformWindowSurfaceImpl() 1770 std::vector<EGLint> convertedAttribs; in eglCreateImageImpl() local 1771 convertAttribs(attrib_list, convertedAttribs); in eglCreateImageImpl() 1773 convertedAttribs.data(), in eglCreateImageImpl() 1847 std::vector<EGLint> convertedAttribs; in eglCreateSyncImpl() local 1848 convertAttribs(attrib_list, convertedAttribs); in eglCreateSyncImpl() 1849 return eglCreateSyncTmpl<EGLint, PFNEGLCREATESYNCKHRPROC>(dpy, type, convertedAttribs.data(), in eglCreateSyncImpl()
|