Home
last modified time | relevance | path

Searched refs:GLFunctionLoader (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/egl/
DegluGLFunctionLoader.hpp46 class GLFunctionLoader : public glw::FunctionLoader class
49 GLFunctionLoader (const eglw::Library& egl, const tcu::FunctionLibrary* platformLibrary);
53 GLFunctionLoader (const GLFunctionLoader&);
54 GLFunctionLoader& operator= (const GLFunctionLoader&);
DegluGLFunctionLoader.cpp32 GLFunctionLoader::GLFunctionLoader (const eglw::Library& egl, const tcu::FunctionLibrary* library) in GLFunctionLoader() function in eglu::GLFunctionLoader
38 glw::GenericFuncType GLFunctionLoader::get (const char* name) const in get()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp50 class GLFunctionLoader : public glw::FunctionLoader class
53 GLFunctionLoader (const char* path) in GLFunctionLoader() function in tcu::__anon36835d200111::GLFunctionLoader
147 GLFunctionLoader loader(OPENGL_LIBRARY_PATH); in CGLRenderContext()
/external/deqp/modules/egl/
DteglTestCase.cpp70 const eglu::GLFunctionLoader loader (getLibrary(), platformLib); in initGLFunctions()