Home
last modified time | relevance | path

Searched refs:m_glFunctions (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/egl/
H A DegluGLContextFactory.cpp137 virtual const glw::Functions& getFunctions (void) const { return m_glFunctions; } in getFunctions()
169 glw::Functions m_glFunctions; member in eglu::__anon30228::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 in postIterate()
[all...]
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp207 const glw::Functions& getFunctions (void) const { return m_glFunctions; } in getFunctions()
221 glw::Functions m_glFunctions; member in tcu::surfaceless::EglRenderContext
437 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext()
442 glw::initES20Direct(&m_glFunctions); in EglRenderContext()
448 glw::initES30Direct(&m_glFunctions); in EglRenderContext()
470 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext()
475 glu::initExtensionFunctions(&m_glFunctions, &extLoader, contextType.getAPI()); in EglRenderContext()
/third_party/vk-gl-cts/framework/platform/ohos/context/
H A DtcuOhosNativeContext.hpp57 const glw::Functions& getFunctions (void) const { return m_glFunctions; } in getFunctions()
65 glw::Functions m_glFunctions; member in tcu::OHOS_ROSEN::egl::OhosRendContext
H A DtcuOhosNativeContext.cpp208 glu::initFunctions(&m_glFunctions, &loader, config.type.getAPI()); in OhosRendContext()
214 while(m_glFunctions.getError()!=0) in OhosRendContext()

Completed in 3 milliseconds