Searched refs:getGLFunction (Results 1 – 4 of 4) sorted by relevance
193 FunctionPtr getGLFunction (const char* name) const;
56 return (glw::GenericFuncType)m_context.getGLFunction(name); in get()
44 return platformCtx->context->getGLFunction(procName); in gl3PlatformContext_getProcAddress()
433 FunctionPtr Context::getGLFunction (const char* name) const in getGLFunction() function in tcu::wgl::Context