Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluGLFunctionLoader.hpp33 class GLFunctionLoader : public glw::FunctionLoader class
36 GLFunctionLoader (const tcu::FunctionLibrary* platformLibrary);
40 GLFunctionLoader (const GLFunctionLoader&);
41 GLFunctionLoader& operator= (const GLFunctionLoader&);
DegluGLFunctionLoader.cpp30 GLFunctionLoader::GLFunctionLoader (const tcu::FunctionLibrary* library) in GLFunctionLoader() function in eglu::GLFunctionLoader
35 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::__anon30a282640111::GLFunctionLoader
147 GLFunctionLoader loader(OPENGL_LIBRARY_PATH); in CGLRenderContext()
/external/deqp/modules/egl/
DteglTestCase.cpp265 const eglu::GLFunctionLoader loader (library); in getGLFunctions()