OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionLoader
(Results
1 - 13
of
13
) sorted by null
/external/deqp/framework/opengl/wrapper/
glwInitFunctions.hpp
33
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.
37
void initGL30Core (Functions* gl, const
FunctionLoader
* loader); //!< Load all GL 3.0 core functions.
38
void initGL31Core (Functions* gl, const
FunctionLoader
* loader); //!< Load all GL 3.1 core functions.
39
void initGL32Core (Functions* gl, const
FunctionLoader
* loader); //!< Load all GL 3.2 core functions.
40
void initGL33Core (Functions* gl, const
FunctionLoader
* loader); //!< Load all GL 3.3 core functions.
41
void initGL40Core (Functions* gl, const
FunctionLoader
* loader); //!< Load all GL 4.0 core functions.
42
void initGL41Core (Functions* gl, const
FunctionLoader
* loader); //!< Load all GL 4.1 core functions.
43
void initGL42Core (Functions* gl, const
FunctionLoader
* loader); //!< Load all GL 4.2 core functions
[
all
...]
glwFunctionLoader.hpp
33
class
FunctionLoader
glwInitFunctions.cpp
35
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 initGL30Core (Functions* gl, const
FunctionLoader
* loader)
55
void initGL31Core (Functions* gl, const
FunctionLoader
* loader)
60
void initGL32Core (Functions* gl, const
FunctionLoader
* loader)
65
void initGL33Core (Functions* gl, const
FunctionLoader
* loader)
70
void initGL40Core (Functions* gl, const
FunctionLoader
* loader)
75
void initGL41Core (Functions* gl, const
FunctionLoader
* loader)
80
void initGL42Core (Functions* gl, const
FunctionLoader
* loader
[
all
...]
/external/deqp/framework/egl/
egluGLFunctionLoader.hpp
23
* \brief glw::
FunctionLoader
using eglGetProcAddress() and tcu::Library.
33
class GLFunctionLoader : public glw::
FunctionLoader
egluGLContextFactory.cpp
105
class GetProcFuncLoader : public glw::
FunctionLoader
114
class DynamicFuncLoader : public glw::
FunctionLoader
/external/chromium_org/third_party/jinja2/
__init__.py
37
DictLoader,
FunctionLoader
, PrefixLoader, ChoiceLoader, \
61
'PackageLoader', 'DictLoader', '
FunctionLoader
', 'PrefixLoader',
loaders.py
282
class
FunctionLoader
(BaseLoader):
292
>>> loader =
FunctionLoader
(load_template)
/external/deqp/framework/opengl/
gluRenderContext.hpp
38
class
FunctionLoader
;
221
void initCoreFunctions (glw::Functions* dst, const glw::
FunctionLoader
* loader, ApiType apiType);
222
void initExtensionFunctions (glw::Functions* dst, const glw::
FunctionLoader
* loader, ApiType apiType, int numExtensions, const char* const* extensions);
226
void initFunctions (glw::Functions* dst, const glw::
FunctionLoader
* loader, ApiType apiType);
227
void initExtensionFunctions (glw::Functions* dst, const glw::
FunctionLoader
* loader, ApiType apiType);
gluRenderContext.cpp
226
void initCoreFunctions (glw::Functions* dst, const glw::
FunctionLoader
* loader, ApiType apiType)
231
void (*initFunc) (glw::Functions* gl, const glw::
FunctionLoader
* loader);
260
void initExtensionFunctions (glw::Functions* dst, const glw::
FunctionLoader
* loader, ApiType apiType)
275
void initExtensionFunctions (glw::Functions* dst, const glw::
FunctionLoader
* loader, ApiType apiType, int numExtensions, const char* const* extensions)
283
void initFunctions (glw::Functions* dst, const glw::
FunctionLoader
* loader, ApiType apiType)
gluES3PlusWrapperContext.cpp
435
class ExtFuncLoader : public glw::
FunctionLoader
/external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp
50
class GLFunctionLoader : public glw::
FunctionLoader
/external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp
46
class WGLFunctionLoader : public glw::
FunctionLoader
/external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp
606
struct GlxFunctionLoader : public glw::
FunctionLoader
Completed in 822 milliseconds