Searched refs:GLFunctionLoader (Results 1 – 4 of 4) sorted by relevance
46 class GLFunctionLoader : public glw::FunctionLoader class49 GLFunctionLoader (const eglw::Library& egl, const tcu::FunctionLibrary* platformLibrary);53 GLFunctionLoader (const GLFunctionLoader&);54 GLFunctionLoader& operator= (const GLFunctionLoader&);
32 GLFunctionLoader::GLFunctionLoader (const eglw::Library& egl, const tcu::FunctionLibrary* library) in GLFunctionLoader() function in eglu::GLFunctionLoader38 glw::GenericFuncType GLFunctionLoader::get (const char* name) const in get()
50 class GLFunctionLoader : public glw::FunctionLoader class53 GLFunctionLoader (const char* path) in GLFunctionLoader() function in tcu::__anon36835d200111::GLFunctionLoader147 GLFunctionLoader loader(OPENGL_LIBRARY_PATH); in CGLRenderContext()
70 const eglu::GLFunctionLoader loader (getLibrary(), platformLib); in initGLFunctions()