OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionLoader
(Results
1 - 17
of
17
) sorted by null
/external/deqp/framework/egl/wrapper/
eglwFunctions.cpp
35
void initCore (Functions* dst, const
FunctionLoader
* loader)
40
void initExtensions (Functions* dst, const
FunctionLoader
* loader)
eglwFunctions.hpp
49
class
FunctionLoader
55
void initCore (Functions* dst, const
FunctionLoader
* loader);
56
void initExtensions (Functions* dst, const
FunctionLoader
* loader);
eglwLibrary.cpp
65
class CoreLoader : public
FunctionLoader
106
class ExtLoader : public
FunctionLoader
/external/deqp/framework/opengl/wrapper/
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 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
* loader
[
all
...]
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.
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
* loader); //!< Load all GL 4.1 core functions
[
all
...]
glwFunctionLoader.hpp
33
class
FunctionLoader
/frameworks/native/include/ui/
Gralloc1.h
146
struct
FunctionLoader
{
147
FunctionLoader
() : pfn(nullptr) {}
170
FunctionLoader
<GRALLOC1_PFN_DUMP, GRALLOC1_FUNCTION_DUMP> dump;
171
FunctionLoader
<GRALLOC1_PFN_CREATE_DESCRIPTOR,
173
FunctionLoader
<GRALLOC1_PFN_DESTROY_DESCRIPTOR,
175
FunctionLoader
<GRALLOC1_PFN_SET_CONSUMER_USAGE,
177
FunctionLoader
<GRALLOC1_PFN_SET_DIMENSIONS,
179
FunctionLoader
<GRALLOC1_PFN_SET_FORMAT,
181
FunctionLoader
<GRALLOC1_PFN_SET_PRODUCER_USAGE,
183
FunctionLoader
<GRALLOC1_PFN_GET_BACKING_STORE
[
all
...]
/external/deqp/framework/egl/
egluGLFunctionLoader.hpp
23
* \brief glw::
FunctionLoader
using eglGetProcAddress() and tcu::Library.
46
class GLFunctionLoader : public glw::
FunctionLoader
egluGLContextFactory.cpp
93
class GetProcFuncLoader : public glw::
FunctionLoader
110
class DynamicFuncLoader : public glw::
FunctionLoader
/external/opencv3/3rdparty/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
;
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);
gluRenderContext.cpp
219
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)
gluES3PlusWrapperContext.cpp
524
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
48
class WGLFunctionLoader : public glw::
FunctionLoader
/external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp
605
struct GlxFunctionLoader : public glw::
FunctionLoader
Completed in 244 milliseconds