Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluES3PlusWrapperContext.cpp527 ExtFuncLoader (const map<string, glw::GenericFuncType>& extFuncs) in initFunctions()
532 glw::GenericFuncType get (const char* name) const in initFunctions()
534 map<string, glw::GenericFuncType>::const_iterator pos = m_extFuncs.find(name); in initFunctions()
539 const map<string, glw::GenericFuncType>& m_extFuncs; in initFunctions()
542 map<string, glw::GenericFuncType> extFuncMap; in initFunctions()
546 extFuncMap["glMinSampleShadingOES"] = (glw::GenericFuncType)src.minSampleShading; in initFunctions()
549 extFuncMap["glTexStorage3DMultisampleOES"] = (glw::GenericFuncType)src.texStorage3DMultisample; in initFunctions()
552 extFuncMap["glBlendBarrierKHR"] = (glw::GenericFuncType)blendBarrierKHR; in initFunctions()
555 extFuncMap["glPatchParameteriEXT"] = (glw::GenericFuncType)src.patchParameteri; in initFunctions()
558 extFuncMap["glFramebufferTextureEXT"] = (glw::GenericFuncType)src.framebufferTexture; in initFunctions()
[all …]
/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.cpp101 glw::GenericFuncType get (const char* name) const in get()
103 return (glw::GenericFuncType)m_egl.getProcAddress(name); in get()
118 glw::GenericFuncType get (const char* name) const in get()
120 return (glw::GenericFuncType)m_library->getFunction(name); in get()
DegluGLFunctionLoader.hpp50 glw::GenericFuncType get (const char* name) const;
/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/win32/
DtcuWGLContextFactory.cpp54 glw::GenericFuncType get (const char* name) const in get()
56 return (glw::GenericFuncType)m_context.getGLFunction(name); in get()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp58 glw::GenericFuncType get (const char* name) const in get()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp609 glw::GenericFuncType get (const char* name) const in get()