OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLFunctionLoader
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/egl/
egluGLFunctionLoader.cpp
30
GLFunctionLoader
::
GLFunctionLoader
(const tcu::FunctionLibrary* library)
35
glw::GenericFuncType
GLFunctionLoader
::get (const char* name) const
egluGLFunctionLoader.hpp
33
class
GLFunctionLoader
: public glw::FunctionLoader
36
GLFunctionLoader
(const tcu::FunctionLibrary* platformLibrary);
40
GLFunctionLoader
(const
GLFunctionLoader
&);
41
GLFunctionLoader
& operator= (const
GLFunctionLoader
&);
/external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp
50
class
GLFunctionLoader
: public glw::FunctionLoader
53
GLFunctionLoader
(const char* path)
147
GLFunctionLoader
loader(OPENGL_LIBRARY_PATH);
Completed in 753 milliseconds