Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp47 getConfigAttribPtr(nullptr), in EGLDispatchTable()
98 PFNEGLGETCONFIGATTRIBPROC getConfigAttribPtr; member
178 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->getConfigAttribPtr, eglGetConfigAttrib); in initialize()
343 return mFnPtrs->getConfigAttribPtr(mEGLDisplay, config, attribute, value); in getConfigAttrib()