Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp142 return m_glFunctions; in getFunctions()
192 glw::Functions m_glFunctions; member in eglu::__anon6d3753b20111::RenderContext
429 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create()
434 glw::initES20Direct(&m_glFunctions); in create()
440 glw::initES30Direct(&m_glFunctions); in create()
446 glw::initES31Direct(&m_glFunctions); in create()
452 glw::initES32Direct(&m_glFunctions); in create()
472 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create()
478 glu::initExtensionFunctions(&m_glFunctions, &extLoader, config.type.getAPI()); in create()
619 m_glFunctions.flush(); in postIterate()
/aosp_15_r20/external/deqp/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp222 return m_glFunctions; in getFunctions()
240 glw::Functions m_glFunctions; member in tcu::surfaceless::EglRenderContext
452 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext()
457 glw::initES20Direct(&m_glFunctions); in EglRenderContext()
463 glw::initES30Direct(&m_glFunctions); in EglRenderContext()
485 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext()
490 glu::initExtensionFunctions(&m_glFunctions, &extLoader, contextType.getAPI()); in EglRenderContext()