OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextNdx
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/egl/
teglMultiThreadTests.cpp
778
for (int
contextNdx
= 0;
contextNdx
< (int)m_sharedContexts.size();
contextNdx
++)
780
if (m_sharedContexts[
contextNdx
] != EGL_NO_CONTEXT)
782
eglDestroyContext(m_display, m_sharedContexts[
contextNdx
]);
784
m_sharedContexts[
contextNdx
] = EGL_NO_CONTEXT;
789
for (int
contextNdx
= 0;
contextNdx
< (int)m_contexts0.size();
contextNdx
++)
791
if (m_contexts0[
contextNdx
] != EGL_NO_CONTEXT
[
all
...]
teglMakeCurrentPerfTests.cpp
352
for (int
contextNdx
= 0;
contextNdx
< m_spec.contextCount;
contextNdx
++)
teglGLES2SharedRenderingPerfTests.cpp
808
for (int
contextNdx
= 0;
contextNdx
< (int)m_contexts.size();
contextNdx
++)
809
m_contexts[
contextNdx
]->render();
907
for (int
contextNdx
= 0;
contextNdx
< perThreadContextCount;
contextNdx
++)
908
threadContexts.push_back(contexts[threadNdx * perThreadContextCount +
contextNdx
]);
[
all
...]
teglImageFormatTests.cpp
[
all
...]
/external/deqp/modules/gles2/functional/
es2fClippingTests.cpp
538
for (int
contextNdx
= 0;
contextNdx
< 2; ++
contextNdx
)
540
sglr::Context& ctx = *contexts[
contextNdx
];
541
tcu::Surface& dstSurface = *surfaces[
contextNdx
];
675
for (int
contextNdx
= 0;
contextNdx
< 2; ++
contextNdx
)
677
sglr::Context& ctx = *contexts[
contextNdx
];
678
tcu::Surface& dstSurface = *surfaces[
contextNdx
];
[
all
...]
/external/deqp/modules/gles3/functional/
es3fClippingTests.cpp
541
for (int
contextNdx
= 0;
contextNdx
< 2; ++
contextNdx
)
543
sglr::Context& ctx = *contexts[
contextNdx
];
544
tcu::Surface& dstSurface = *surfaces[
contextNdx
];
678
for (int
contextNdx
= 0;
contextNdx
< 2; ++
contextNdx
)
680
sglr::Context& ctx = *contexts[
contextNdx
];
681
tcu::Surface& dstSurface = *surfaces[
contextNdx
];
[
all
...]
Completed in 614 milliseconds