Searched refs:initCoreFunctions (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluRenderContext.cpp | 241 void initCoreFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType) in initCoreFunctions() function 313 initCoreFunctions(dst, loader, apiType); in initFunctions()
|
H A D | gluRenderContext.hpp | 316 void initCoreFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType);
|
/aosp_15_r20/external/deqp/framework/platform/surfaceless/ |
H A D | tcuSurfacelessPlatform.cpp | 452 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext() 485 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext()
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglTestCase.cpp | 73 glu::initCoreFunctions(dst, &loader, apiType); in initGLFunctions()
|
/aosp_15_r20/external/deqp/framework/egl/ |
H A D | egluGLContextFactory.cpp | 429 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create() 472 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create()
|