OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFactoryCount
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuFactoryRegistry.hpp
90
size_t
getFactoryCount
(void) const { return m_registry.size(); }
/external/deqp/framework/opengl/
gluRenderContext.cpp
146
for (int factoryNdx = 0; factoryNdx < (int)registry.
getFactoryCount
(); factoryNdx++)
/external/deqp/framework/egl/
egluUtil.cpp
453
for (size_t ndx = 0; ndx < registry.
getFactoryCount
(); ndx++)
Completed in 83 milliseconds