Home
last modified time | relevance | path

Searched refs:initCoreFunctions (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluRenderContext.cpp241 void initCoreFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType) in initCoreFunctions() function
313 initCoreFunctions(dst, loader, apiType); in initFunctions()
H A DgluRenderContext.hpp316 void initCoreFunctions(glw::Functions *dst, const glw::FunctionLoader *loader, ApiType apiType);
/aosp_15_r20/external/deqp/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp452 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 DteglTestCase.cpp73 glu::initCoreFunctions(dst, &loader, apiType); in initGLFunctions()
/aosp_15_r20/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp429 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create()
472 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create()