OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sharing
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglMultiContextTests.cpp
78
const Sharing
m_sharing
;
member in class:deqp::egl::__anon16889::MultiContextTest
84
,
m_sharing
(sharing)
103
const deUint32 seed =
m_sharing
== SHARING_SHARED ? 2498541716u : 8825414;
134
log << TestLog::Message << "Trying to create " << maxContextCount << (
m_sharing
== SHARING_SHARED ? " shared " : " ") << "contexts." << TestLog::EndMessage;
146
const eglw::EGLContext sharedContext = (
m_sharing
== SHARING_SHARED && contextCount > 0 ? contexts[rng.getUint32() % (deUint32)contextCount] : EGL_NO_CONTEXT);
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp
[
all
...]
Completed in 218 milliseconds