Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp38 : createContextPtr(nullptr), in GLXFunctionTable()
68 PFNGLXCREATECONTEXTPROC createContextPtr; member
175 GET_FNPTR_OR_ERROR(&mFnPtrs->createContextPtr, glXCreateContext); in initialize()
285 GLXContext context = mFnPtrs->createContextPtr(mXDisplay, visual, shareCtx, direct); in createContext()
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp42 createContextPtr(nullptr), in EGLDispatchTable()
90 PFNEGLCREATECONTEXTPROC createContextPtr; member
166 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->createContextPtr, eglCreateContext); in initialize()
340 return mFnPtrs->createContextPtr(mEGLDisplay, config, share_context, attrib_list); in createContext()