Home
last modified time | relevance | path

Searched refs:GenericFuncType (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/framework/egl/wrapper/
H A 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()
H A DeglwFunctions.hpp47 typedef EGLW_APICALL void (EGLW_APIENTRY* GenericFuncType) (void); typedef
52 virtual GenericFuncType get (const char* name) const = 0;
/third_party/vk-gl-cts/framework/egl/
H A 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()
H A 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()
H A DegluGLFunctionLoader.hpp50 glw::GenericFuncType get (const char* name) const;
/third_party/vk-gl-cts/framework/platform/win32/
H A 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()
/third_party/vk-gl-cts/framework/opengl/wrapper/
H A DglwFunctionLoader.hpp31 typedef GLW_APICALL void (GLW_APIENTRY* GenericFuncType) (void); typedef
36 virtual GenericFuncType get (const char* name) const = 0;
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp157 glw::GenericFuncType get(const char* name) const in get()
159 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()
172 glw::GenericFuncType get(const char* name) const in get()
174 return (glw::GenericFuncType)m_library->getFunction(name); in get()
212 virtual glw::GenericFuncType getProcAddress (const char* name) const { return m_egl.getProcAddress(name); } in getProcAddress()
/third_party/vk-gl-cts/framework/opengl/
H A DgluFboRenderContext.hpp57 virtual glw::GenericFuncType getProcAddress (const char* name) const { return m_context->getProcAddress(name); } in getProcAddress()
H A DgluRenderContext.cpp42 glw::GenericFuncType RenderContext::getProcAddress (const char*) const in getProcAddress()
44 return (glw::GenericFuncType)DE_NULL; in getProcAddress()
H A DgluRenderContext.hpp28 // glw::GenericFuncType
226 virtual glw::GenericFuncType getProcAddress (const char* name) const;
/third_party/vk-gl-cts/framework/platform/ohos/context/
H A DtcuOhosNativeContext.hpp61 virtual glw::GenericFuncType getProcAddress (const char* name) const { return m_egl.getProcAddress(name); } in getProcAddress()
H A DtcuOhosNativeContext.cpp52 glw::GenericFuncType get(const char *name) const in get()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp192 virtual glw::GenericFuncType getProcAddress (const char* name) const;
701 glw::GenericFuncType get (const char* name) const in get()
750 glw::GenericFuncType GlxRenderContext::getProcAddress(const char *name) const in getProcAddress()
/third_party/vk-gl-cts/framework/platform/osx/
H A DtcuOSXPlatform.cpp125 glw::GenericFuncType get (const char* name) const in get()

Completed in 10 milliseconds