Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.hpp193 FunctionPtr getGLFunction (const char* name) const;
DtcuWGLContextFactory.cpp56 return (glw::GenericFuncType)m_context.getGLFunction(name); in get()
DtcuWin32GLES3Platform.cpp44 return platformCtx->context->getGLFunction(procName); in gl3PlatformContext_getProcAddress()
DtcuWGL.cpp433 FunctionPtr Context::getGLFunction (const char* name) const in getGLFunction() function in tcu::wgl::Context