OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GenericFuncType
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/opengl/wrapper/
glwFunctionLoader.hpp
31
typedef GLW_APICALL void (GLW_APIENTRY*
GenericFuncType
) (void);
36
virtual
GenericFuncType
get (const char* name) const = 0;
/external/deqp/framework/egl/wrapper/
eglwFunctions.hpp
47
typedef EGLW_APICALL void (EGLW_APIENTRY*
GenericFuncType
) (void);
52
virtual
GenericFuncType
get (const char* name) const = 0;
Completed in 235 milliseconds