Searched refs:FunctionLoader (Results 1 - 16 of 16) sorted by relevance

/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.cpp35 void initCore (Functions* dst, const FunctionLoader* loader)
40 void initExtensions (Functions* dst, const FunctionLoader* loader)
H A DeglwFunctions.hpp49 class FunctionLoader class in namespace:eglw
55 void initCore (Functions* dst, const FunctionLoader* loader);
56 void initExtensions (Functions* dst, const FunctionLoader* loader);
H A DeglwLibrary.cpp65 class CoreLoader : public FunctionLoader
106 class ExtLoader : public FunctionLoader
/external/deqp/framework/opengl/wrapper/
H A DglwInitFunctions.cpp35 void initES20 (Functions* gl, const FunctionLoader* loader)
40 void initES30 (Functions* gl, const FunctionLoader* loader)
45 void initES31 (Functions* gl, const FunctionLoader* loader)
50 void initES32 (Functions* gl, const FunctionLoader* loader)
55 void initGL30Core (Functions* gl, const FunctionLoader* loader)
60 void initGL31Core (Functions* gl, const FunctionLoader* loader)
65 void initGL32Core (Functions* gl, const FunctionLoader* loader)
70 void initGL33Core (Functions* gl, const FunctionLoader* loader)
75 void initGL40Core (Functions* gl, const FunctionLoader* loader)
80 void initGL41Core (Functions* gl, const FunctionLoader* loade
[all...]
H A DglwInitFunctions.hpp33 void initES20 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 2.0 functions.
34 void initES30 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.0 functions.
35 void initES31 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.1 functions.
36 void initES32 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.2 functions.
38 void initGL30Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.0 core functions.
39 void initGL31Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.1 core functions.
40 void initGL32Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.2 core functions.
41 void initGL33Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.3 core functions.
42 void initGL40Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.0 core functions.
43 void initGL41Core (Functions* gl, const FunctionLoader* loade
[all...]
H A DglwFunctionLoader.hpp33 class FunctionLoader class in namespace:glw
/external/libmojo/third_party/jinja2/
H A D__init__.py37 DictLoader, FunctionLoader, PrefixLoader, ChoiceLoader, \
61 'PackageLoader', 'DictLoader', 'FunctionLoader', 'PrefixLoader',
38 ModuleLoader namespace
H A Dloaders.py282 class FunctionLoader(BaseLoader): class in inherits:BaseLoader
292 >>> loader = FunctionLoader(load_template)
/external/deqp/framework/egl/
H A DegluGLFunctionLoader.hpp23 * \brief glw::FunctionLoader using eglGetProcAddress() and tcu::Library.
46 class GLFunctionLoader : public glw::FunctionLoader
H A DegluGLContextFactory.cpp93 class GetProcFuncLoader : public glw::FunctionLoader
110 class DynamicFuncLoader : public glw::FunctionLoader
/external/deqp/framework/opengl/
H A DgluRenderContext.hpp38 class FunctionLoader;
223 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
224 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExtensions, const char* const* extensions);
228 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
229 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
H A DgluRenderContext.cpp219 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType)
224 void (*initFunc) (glw::Functions* gl, const glw::FunctionLoader* loader);
254 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType)
269 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExtensions, const char* const* extensions)
277 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType)
H A DgluES3PlusWrapperContext.cpp524 class ExtFuncLoader : public glw::FunctionLoader
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp50 class GLFunctionLoader : public glw::FunctionLoader
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp48 class WGLFunctionLoader : public glw::FunctionLoader
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp605 struct GlxFunctionLoader : public glw::FunctionLoader

Completed in 166 milliseconds