Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp44 createWindowSurfacePtr(nullptr), in EGLDispatchTable()
95 PFNEGLCREATEWINDOWSURFACEPROC createWindowSurfacePtr; member
175 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->createWindowSurfacePtr, eglCreateWindowSurface); in initialize()
367 return mFnPtrs->createWindowSurfacePtr(mEGLDisplay, config, win, attrib_list); in createWindowSurface()