Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluRenderContext.cpp225 } s_initFuncs[] = in initCoreFunctions() local
242 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_initFuncs); ndx++) in initCoreFunctions()
244 if (s_initFuncs[ndx].apiType == apiType) in initCoreFunctions()
246 s_initFuncs[ndx].initFunc(dst, loader); in initCoreFunctions()