OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGLLibrary
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/egl/
teglTestCase.cpp
238
const tcu::FunctionLibrary* EglTestContext::
getGLLibrary
(glu::ApiType apiType) const
258
const tcu::FunctionLibrary* const library =
getGLLibrary
(apiType);
264
const tcu::FunctionLibrary* const library =
getGLLibrary
(apiType);
teglTestCase.hpp
82
const tcu::FunctionLibrary*
getGLLibrary
(glu::ApiType apiType) const;
/external/deqp/framework/platform/win32/
tcuWGL.cpp
178
const de::DynamicLibrary&
getGLLibrary
(void) const { return m_library; }
442
ptr = (FunctionPtr)m_core->getLibrary()->
getGLLibrary
().getFunction(name);
Completed in 100 milliseconds