Searched refs:initExtensionFunctions (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluRenderContext.cpp | 287 void initExtensionFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType) in initExtensionFunctions() function 298 initExtensionFunctions(dst, loader, apiType, (int)extStr.size(), &extStr[0]); in initExtensionFunctions() 302 void initExtensionFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType… in initExtensionFunctions() function 314 initExtensionFunctions(dst, loader, apiType); in initFunctions()
|
H A D | gluRenderContext.hpp | 317 void initExtensionFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType… 323 void initExtensionFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType…
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglTestCase.cpp | 74 glu::initExtensionFunctions(dst, &loader, apiType, numExtensions, extensions); in initGLFunctions()
|
/aosp_15_r20/external/deqp/framework/platform/surfaceless/ |
H A D | tcuSurfacelessPlatform.cpp | 490 glu::initExtensionFunctions(&m_glFunctions, &extLoader, contextType.getAPI()); in EglRenderContext()
|
/aosp_15_r20/external/deqp/framework/egl/ |
H A D | egluGLContextFactory.cpp | 478 glu::initExtensionFunctions(&m_glFunctions, &extLoader, config.type.getAPI()); in create()
|