Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluRenderContext.cpp248 } s_initFuncs[] = in initCoreFunctions() local
267 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_initFuncs); ndx++) in initCoreFunctions()
269 if (s_initFuncs[ndx].apiType == apiType) in initCoreFunctions()
271 s_initFuncs[ndx].initFunc(dst, loader); in initCoreFunctions()