Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp39 destroyContextPtr(nullptr), in GLXFunctionTable()
73 PFNGLXDESTROYCONTEXTPROC destroyContextPtr; member
186 GET_FNPTR_OR_ERROR(&mFnPtrs->destroyContextPtr, glXDestroyContext); in initialize()
308 mFnPtrs->destroyContextPtr(mXDisplay, ctx); in destroyContext()
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp45 destroyContextPtr(nullptr), in EGLDispatchTable()
96 PFNEGLDESTROYCONTEXTPROC destroyContextPtr; member
176 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->destroyContextPtr, eglDestroyContext); in initialize()
372 return mFnPtrs->destroyContextPtr(mEGLDisplay, context); in destroyContext()