Home
last modified time | relevance | path

Searched refs:GenericFuncType (Results 1 – 13 of 13) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwLibrary.cpp85 GenericFuncType get (const char* name) const in get()
87 GenericFuncType res = (GenericFuncType)DE_NULL; in get()
89 res = (GenericFuncType)m_staticLib->getFunction(name); in get()
92 res = (GenericFuncType)m_dynLib->getFunction(name); in get()
95 res = (GenericFuncType)m_getProcAddress(name); in get()
114 GenericFuncType get (const char* name) const in get()
116 return (GenericFuncType)m_getProcAddress(name); in get()
DeglwFunctions.hpp47 typedef EGLW_APICALL void (EGLW_APIENTRY* GenericFuncType) (void); typedef
52 virtual GenericFuncType get (const char* name) const = 0;
/external/deqp/framework/egl/
DegluGLFunctionLoader.cpp38 glw::GenericFuncType GLFunctionLoader::get (const char* name) const in get()
40 glw::GenericFuncType func = (glw::GenericFuncType)m_library->getFunction(name); in get()
43 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()
DegluGLContextFactory.cpp104 glw::GenericFuncType get (const char* name) const in get()
106 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()
121 glw::GenericFuncType get (const char* name) const in get()
123 return (glw::GenericFuncType)m_library->getFunction(name); in get()
146 virtual eglw::GenericFuncType getProcAddress (const char* name) const;
305 glw::GenericFuncType RenderContext::getProcAddress (const char* name) const in getProcAddress()
307 return (glw::GenericFuncType)m_display->getLibrary().getProcAddress(name); in getProcAddress()
DegluGLFunctionLoader.hpp50 glw::GenericFuncType get (const char* name) const;
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp56 glw::GenericFuncType get (const char* name) const in get()
58 return (glw::GenericFuncType)m_context.getGLFunction(name); in get()
76 glw::GenericFuncType getProcAddress (const char* name) const;
156 glw::GenericFuncType WGLContext::getProcAddress (const char* name) const in getProcAddress()
/external/deqp/framework/opengl/wrapper/
DglwFunctionLoader.hpp31 typedef GLW_APICALL void (GLW_APIENTRY* GenericFuncType) (void); typedef
36 virtual GenericFuncType get (const char* name) const = 0;
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp163 glw::GenericFuncType get(const char* name) const in get()
165 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()
178 glw::GenericFuncType get(const char* name) const in get()
180 return (glw::GenericFuncType)m_library->getFunction(name); in get()
/external/deqp/framework/opengl/
DgluFboRenderContext.hpp57 …virtual glw::GenericFuncType getProcAddress (const char* name) const { return m_context->getPro… in getProcAddress()
DgluRenderContext.cpp42 glw::GenericFuncType RenderContext::getProcAddress (const char*) const in getProcAddress()
44 return (glw::GenericFuncType)DE_NULL; in getProcAddress()
DgluRenderContext.hpp223 virtual glw::GenericFuncType getProcAddress (const char* name) const;
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp186 virtual glw::GenericFuncType getProcAddress (const char* name) const;
691 glw::GenericFuncType get (const char* name) const in get()
739 glw::GenericFuncType GlxRenderContext::getProcAddress(const char *name) const in getProcAddress()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp125 glw::GenericFuncType get (const char* name) const in get()