Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluRenderContext.cpp279 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiTyp… in initExtensionFunctions() function
290 initExtensionFunctions(dst, loader, apiType, (int)extStr.size(), &extStr[0]); in initExtensionFunctions()
294 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiTyp… in initExtensionFunctions() function
305 initExtensionFunctions(dst, loader, apiType); in initFunctions()
DgluRenderContext.hpp239 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType a…
244 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType a…
/external/deqp/modules/egl/
DteglTestCase.cpp73 glu::initExtensionFunctions(dst, &loader, apiType, numExtensions, extensions); in initGLFunctions()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp440 glu::initExtensionFunctions(&m_glFunctions, &extLoader, contextType.getAPI()); in EglRenderContext()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp446 glu::initExtensionFunctions(&m_glFunctions, &extLoader, config.type.getAPI()); in create()