Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp49 getErrorPtr(nullptr), in EGLDispatchTable()
97 PFNEGLGETERRORPROC getErrorPtr; member
173 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->getErrorPtr, eglGetError); in initialize()
193 return egl::Error(mFnPtrs->getErrorPtr(), "Failed to initialize system egl"); in initialize()
201 return egl::Error(mFnPtrs->getErrorPtr(), "Failed to bind API in system egl"); in initialize()
207 return egl::Error(mFnPtrs->getErrorPtr(), "Faild to query extensions in system egl"); in initialize()
284 return egl::Error(mFnPtrs->getErrorPtr()); in terminate()
320 return mFnPtrs->getErrorPtr(); in getError()