Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluGLContextFactory.cpp137 virtual const glw::Functions& getFunctions (void) const { return m_glFunctions; } in getFunctions()
169 glw::Functions m_glFunctions; member in eglu::__anonb10fb3450111::RenderContext
397 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create()
402 glw::initES20Direct(&m_glFunctions); in create()
408 glw::initES30Direct(&m_glFunctions); in create()
414 glw::initES31Direct(&m_glFunctions); in create()
420 glw::initES32Direct(&m_glFunctions); in create()
440 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create()
446 glu::initExtensionFunctions(&m_glFunctions, &extLoader, config.type.getAPI()); in create()
587 m_glFunctions.flush(); in postIterate()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp212 const glw::Functions& getFunctions (void) const { return m_glFunctions; } in getFunctions()
222 glw::Functions m_glFunctions; member in tcu::surfaceless::EglRenderContext
402 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext()
407 glw::initES20Direct(&m_glFunctions); in EglRenderContext()
413 glw::initES30Direct(&m_glFunctions); in EglRenderContext()
435 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext()
440 glu::initExtensionFunctions(&m_glFunctions, &extLoader, contextType.getAPI()); in EglRenderContext()