Searched refs:m_glFunctions (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/framework/egl/ |
D | egluGLContextFactory.cpp | 137 virtual const glw::Functions& getFunctions (void) const { return m_glFunctions; } in getFunctions() 169 glw::Functions m_glFunctions; member in eglu::__anon814b35fb0111::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() 589 m_glFunctions.flush(); in postIterate()
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 220 const glw::Functions& getFunctions (void) const { return m_glFunctions; } in getFunctions() 232 glw::Functions m_glFunctions; member in tcu::surfaceless::EglRenderContext 446 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext() 451 glw::initES20Direct(&m_glFunctions); in EglRenderContext() 457 glw::initES30Direct(&m_glFunctions); in EglRenderContext() 479 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext() 484 glu::initExtensionFunctions(&m_glFunctions, &extLoader, contextType.getAPI()); in EglRenderContext()
|
/third_party/vk-gl-cts/framework/platform/ohos/context/ |
D | tcuOhosNativeContext.hpp | 57 const glw::Functions& getFunctions (void) const { return m_glFunctions; } in getFunctions() 65 glw::Functions m_glFunctions; member in tcu::OHOS_ROSEN::egl::OhosRendContext
|
D | tcuOhosNativeContext.cpp | 206 glu::initFunctions(&m_glFunctions, &loader, config.type.getAPI()); in OhosRendContext() 207 while(m_glFunctions.getError()!=0) in OhosRendContext()
|