Home
last modified time | relevance | path

Searched refs:createDefaultGLFunctionLibrary (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/egl/
DegluPlatform.cpp39 tcu::FunctionLibrary* Platform::createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::Co… in createDefaultGLFunctionLibrary() function in eglu::Platform
DegluPlatform.hpp90 …virtual tcu::FunctionLibrary* createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::Co…
/external/deqp/modules/egl/
DteglTestCase.cpp246 …library = m_testCtx.getPlatform().getEGLPlatform().createDefaultGLFunctionLibrary(apiType, m_testC… in getGLLibrary()