OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLFunctionLoader
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/egl/
egluGLFunctionLoader.hpp
46
class
GLFunctionLoader
: public glw::FunctionLoader
49
GLFunctionLoader
(const eglw::Library& egl, const tcu::FunctionLibrary* platformLibrary);
53
GLFunctionLoader
(const
GLFunctionLoader
&);
54
GLFunctionLoader
& operator= (const
GLFunctionLoader
&);
egluGLFunctionLoader.cpp
32
GLFunctionLoader
::
GLFunctionLoader
(const eglw::Library& egl, const tcu::FunctionLibrary* library)
38
glw::GenericFuncType
GLFunctionLoader
::get (const char* name) const
/external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp
50
class
GLFunctionLoader
: public glw::FunctionLoader
53
GLFunctionLoader
(const char* path)
147
GLFunctionLoader
loader(OPENGL_LIBRARY_PATH);
/external/deqp/modules/egl/
teglTestCase.cpp
70
const eglu::
GLFunctionLoader
loader (getLibrary(), platformLib);
Completed in 66 milliseconds