Searched refs:FunctionLoader (Results 1 – 16 of 16) sorted by relevance
/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 | 38 class FunctionLoader; 223 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiTy… 224 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType a… 228 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType); 229 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType a…
|
D | gluRenderContext.cpp | 219 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initCoreFunctions() 224 void (*initFunc) (glw::Functions* gl, const glw::FunctionLoader* loader); in initCoreFunctions() 254 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiTyp… in initExtensionFunctions() 269 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiTyp… in initExtensionFunctions() 277 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions()
|
D | gluES3PlusWrapperContext.cpp | 524 class ExtFuncLoader : public glw::FunctionLoader in initFunctions()
|
/external/libmojo/third_party/jinja2/ |
D | __init__.py | 37 DictLoader, FunctionLoader, PrefixLoader, ChoiceLoader, \
|
D | loaders.py | 282 class FunctionLoader(BaseLoader): class
|
/external/deqp/framework/egl/ |
D | egluGLFunctionLoader.hpp | 46 class GLFunctionLoader : public glw::FunctionLoader
|
D | egluGLContextFactory.cpp | 93 class GetProcFuncLoader : public glw::FunctionLoader 110 class DynamicFuncLoader : public glw::FunctionLoader
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 50 class GLFunctionLoader : public glw::FunctionLoader
|
/external/deqp/framework/platform/win32/ |
D | tcuWGLContextFactory.cpp | 48 class WGLFunctionLoader : public glw::FunctionLoader
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 606 struct GlxFunctionLoader : public glw::FunctionLoader
|