Searched defs:GLFunctionLoader (Results 1 - 3 of 3) sorted by relevance

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

Completed in 144 milliseconds