Searched defs:getGLLibrary (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/egl/
H A DteglTestCase.cpp238 const tcu::FunctionLibrary* EglTestContext::getGLLibrary (glu::ApiType apiType) const function in class:deqp::egl::EglTestContext
258 const tcu::FunctionLibrary* const library = getGLLibrary(apiType);
264 const tcu::FunctionLibrary* const library = getGLLibrary(apiType);
/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp178 const de::DynamicLibrary& getGLLibrary (void) const { return m_library; } function in class:tcu::wgl::Library
442 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name);

Completed in 606 milliseconds