Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/wrapper/
DglwInitFunctions.hpp33 void initES20 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 2.0 function…
34 void initES30 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.0 function…
35 void initES31 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.1 function…
36 void initES32 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.2 function…
38 void initGL30Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.0 core functio…
39 void initGL31Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.1 core functio…
40 void initGL32Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.2 core functio…
41 void initGL33Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.3 core functio…
42 void initGL40Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.0 core functio…
43 void initGL41Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.1 core functio…
[all …]
DglwInitFunctions.cpp35 void initES20 (Functions* gl, const FunctionLoader* loader) in initES20()
40 void initES30 (Functions* gl, const FunctionLoader* loader) in initES30()
45 void initES31 (Functions* gl, const FunctionLoader* loader) in initES31()
50 void initES32 (Functions* gl, const FunctionLoader* loader) in initES32()
55 void initGL30Core (Functions* gl, const FunctionLoader* loader) in initGL30Core()
60 void initGL31Core (Functions* gl, const FunctionLoader* loader) in initGL31Core()
65 void initGL32Core (Functions* gl, const FunctionLoader* loader) in initGL32Core()
70 void initGL33Core (Functions* gl, const FunctionLoader* loader) in initGL33Core()
75 void initGL40Core (Functions* gl, const FunctionLoader* loader) in initGL40Core()
80 void initGL41Core (Functions* gl, const FunctionLoader* loader) in initGL41Core()
[all …]
DglwFunctionLoader.hpp33 class FunctionLoader class
/external/deqp/framework/egl/wrapper/
DeglwFunctions.hpp49 class FunctionLoader class
55 void initCore (Functions* dst, const FunctionLoader* loader);
56 void initExtensions (Functions* dst, const FunctionLoader* loader);
DeglwFunctions.cpp35 void initCore (Functions* dst, const FunctionLoader* loader) in initCore()
40 void initExtensions (Functions* dst, const FunctionLoader* loader) in initExtensions()
DeglwLibrary.cpp65 class CoreLoader : public FunctionLoader
106 class ExtLoader : public FunctionLoader
/external/deqp/framework/opengl/
DgluRenderContext.hpp41 class FunctionLoader;
238 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiTy…
239 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType a…
243 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
244 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType a…
DgluRenderContext.cpp242 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initCoreFunctions()
247 void (*initFunc) (glw::Functions* gl, const glw::FunctionLoader* loader); in initCoreFunctions()
279 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiTyp… in initExtensionFunctions()
294 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiTyp… in initExtensionFunctions()
302 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions()
/external/libchrome/third_party/jinja2/
D__init__.py37 DictLoader, FunctionLoader, PrefixLoader, ChoiceLoader, \
Dloaders.py292 class FunctionLoader(BaseLoader): class
/external/deqp/framework/egl/
DegluGLFunctionLoader.hpp46 class GLFunctionLoader : public glw::FunctionLoader
DegluGLContextFactory.cpp96 class GetProcFuncLoader : public glw::FunctionLoader
113 class DynamicFuncLoader : public glw::FunctionLoader
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp156 class GetProcFuncLoader : public glw::FunctionLoader
171 class DynamicFuncLoader : public glw::FunctionLoader
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp117 class GLFunctionLoader : public glw::FunctionLoader
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp48 class WGLFunctionLoader : public glw::FunctionLoader
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp687 struct GlxFunctionLoader : public glw::FunctionLoader