Home
last modified time | relevance | path

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

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