/external/deqp/framework/opengl/wrapper/ |
D | glwInitFunctions.hpp | 33 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 …]
|
D | glwInitFunctions.cpp | 35 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 …]
|
D | glwFunctionLoader.hpp | 33 class FunctionLoader class
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFunctions.hpp | 49 class FunctionLoader class 55 void initCore (Functions* dst, const FunctionLoader* loader); 56 void initExtensions (Functions* dst, const FunctionLoader* loader);
|
D | eglwFunctions.cpp | 35 void initCore (Functions* dst, const FunctionLoader* loader) in initCore() 40 void initExtensions (Functions* dst, const FunctionLoader* loader) in initExtensions()
|
D | eglwLibrary.cpp | 65 class CoreLoader : public FunctionLoader 106 class ExtLoader : public FunctionLoader
|
/external/deqp/framework/opengl/ |
D | gluRenderContext.hpp | 41 class FunctionLoader; 241 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiTy… 242 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType a… 246 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType); 247 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType a…
|
D | gluRenderContext.cpp | 242 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__.py | 37 DictLoader, FunctionLoader, PrefixLoader, ChoiceLoader, \
|
D | loaders.py | 292 class FunctionLoader(BaseLoader): class
|
/external/deqp/framework/egl/ |
D | egluGLFunctionLoader.hpp | 46 class GLFunctionLoader : public glw::FunctionLoader
|
D | egluGLContextFactory.cpp | 96 class GetProcFuncLoader : public glw::FunctionLoader 113 class DynamicFuncLoader : public glw::FunctionLoader
|
/external/python/jinja/tests/ |
D | conftest.py | 44 return loaders.FunctionLoader({"justfunction.html": "FOO"}.get)
|
/external/python/jinja/src/jinja2/ |
D | __init__.py | 27 from .loaders import FunctionLoader
|
D | loaders.py | 375 class FunctionLoader(BaseLoader): class
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 117 class GLFunctionLoader : public glw::FunctionLoader
|
/external/deqp/framework/platform/win32/ |
D | tcuWGLContextFactory.cpp | 48 class WGLFunctionLoader : public glw::FunctionLoader
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 164 class GetProcFuncLoader : public glw::FunctionLoader 179 class DynamicFuncLoader : public glw::FunctionLoader
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 698 struct GlxFunctionLoader : public glw::FunctionLoader
|
/external/python/jinja/docs/ |
D | api.rst | 437 .. autoclass:: jinja2.FunctionLoader
|