Searched refs:GLFunctionLoader (Results 1 – 4 of 4) sorted by relevance
33 class GLFunctionLoader : public glw::FunctionLoader class36 GLFunctionLoader (const tcu::FunctionLibrary* platformLibrary);40 GLFunctionLoader (const GLFunctionLoader&);41 GLFunctionLoader& operator= (const GLFunctionLoader&);
30 GLFunctionLoader::GLFunctionLoader (const tcu::FunctionLibrary* library) in GLFunctionLoader() function in eglu::GLFunctionLoader35 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::__anon30a282640111::GLFunctionLoader147 GLFunctionLoader loader(OPENGL_LIBRARY_PATH); in CGLRenderContext()
265 const eglu::GLFunctionLoader loader (library); in getGLFunctions()