OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initExtensionFunctions
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/egl/
teglTestCase.cpp
73
glu::
initExtensionFunctions
(dst, &loader, apiType, numExtensions, extensions);
/external/deqp/framework/opengl/
gluRenderContext.cpp
279
void
initExtensionFunctions
(glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType)
290
initExtensionFunctions
(dst, loader, apiType, (int)extStr.size(), &extStr[0]);
294
void
initExtensionFunctions
(glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExtensions, const char* const* extensions)
305
initExtensionFunctions
(dst, loader, apiType);
gluRenderContext.hpp
239
void
initExtensionFunctions
(glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExtensions, const char* const* extensions);
241
// \note initFunctions() and
initExtensionFunctions
() without explicit extension list
244
void
initExtensionFunctions
(glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
/external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp
440
glu::
initExtensionFunctions
(&m_glFunctions, &extLoader, contextType.getAPI());
/external/deqp/framework/egl/
egluGLContextFactory.cpp
446
glu::
initExtensionFunctions
(&m_glFunctions, &extLoader, config.type.getAPI());
Completed in 448 milliseconds