Home
last modified time | relevance | path

Searched refs:getGLFunction (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp58 return (glw::GenericFuncType)m_context.getGLFunction(name); in get()
158 return m_context->getGLFunction(name); in getProcAddress()
DtcuWGL.hpp206 FunctionPtr getGLFunction (const char* name) const;
DtcuWGL.cpp538 FunctionPtr Context::getGLFunction (const char* name) const in getGLFunction() function in tcu::wgl::Context