Home
last modified time | relevance | path

Searched refs:m_glLibraryCache (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/egl/
DteglTestCase.cpp49 , m_glLibraryCache (testCtx.getPlatform().getEGLPlatform(), testCtx.getCommandLine()) in EglTestContext()
69 const tcu::FunctionLibrary* platformLib = m_glLibraryCache.getLibrary(apiType); in initGLFunctions()
DteglTestCase.hpp81 mutable eglu::GLLibraryCache m_glLibraryCache; member in deqp::egl::EglTestContext